From: Chris Rebert Date: Fri, 2 Aug 2013 00:05:23 +0000 (-0700) Subject: fix typo in CSS docs; fixes #8992 X-Git-Tag: v3.0.0-rc.2~141^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9546fc9cf004d38f7aa4d2b64e8ab6bc65920718;p=thirdparty%2Fbootstrap.git fix typo in CSS docs; fixes #8992 "from" => "form" --- diff --git a/css.html b/css.html index d17bfcb34f..102ab3811e 100644 --- a/css.html +++ b/css.html @@ -1536,7 +1536,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Validation states

-

Bootstrap includes validation styles for error, warning, and success states on from 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. +

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.