From: Mark Otto Date: Thu, 15 Aug 2013 21:35:15 +0000 (-0700) Subject: form control state ordering X-Git-Tag: v3.0.0~81^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c6a1fc4ffceb7cbcb1885aaa6e96515d0b872a;p=thirdparty%2Fbootstrap.git form control state ordering --- diff --git a/css.html b/css.html index f784f0f7eb..64751da930 100644 --- a/css.html +++ b/css.html @@ -1755,6 +1755,10 @@ For example, <section> should be wrapped as inline.

Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add .has-warning, .has-error, or .has-success to the parent element. Any .control-label, .form-control, and .help-block within that element will receive the validation styles.

+
+ + +
@@ -1763,12 +1767,12 @@ For example, <section> should be wrapped as inline.
-
- - -
{% highlight html %} +
+ + +
@@ -1777,10 +1781,6 @@ For example, <section> should be wrapped as inline.
-
- - -
{% endhighlight %}