From: Mark Otto Date: Thu, 15 Aug 2013 19:35:22 +0000 (-0700) Subject: drop legend from docs example per #9626 X-Git-Tag: v3.0.0~81^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33edb95b9862ef0c0edea73ca931fcbbeb1b5b6d;p=thirdparty%2Fbootstrap.git drop legend from docs example per #9626 --- 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 %}