From 33edb95b9862ef0c0edea73ca931fcbbeb1b5b6d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 12:35:22 -0700 Subject: [PATCH] drop legend from docs example per #9626 --- css.html | 82 ++++++++++++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 44 deletions(-) diff --git a/css.html b/css.html index d9d86fa717..32d4a0970e 100644 --- a/css.html +++ b/css.html @@ -1347,53 +1347,47 @@ For example, <section> should be wrapped as inline.

Basic example

Individual form controls automatically receive some global styling. All textual <input>, <textarea>, and <select> elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.

-
- Legend -
- - -
-
- - -
-
- - -

Example block-level help text here.

-
-
- -
- -
+
+ + +
+
+ + +
+
+ + +

Example block-level help text here.

+
+
+ +
+
{% highlight html %}
-
- Legend -
- - -
-
- - -
-
- - -

Example block-level help text here.

-
-
- -
- -
+
+ + +
+
+ + +
+
+ + +

Example block-level help text here.

+
+
+ +
+
{% endhighlight %}