From: Chris Rebert Date: Tue, 13 Aug 2013 00:06:02 +0000 (-0700) Subject: Validation states docs: fix closing tag X-Git-Tag: v3.0.0-rc.2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4876a3a7162ea2be8b1c316fde1039d22a6b64d3;p=thirdparty%2Fbootstrap.git Validation states docs: fix closing tag --- diff --git a/css.html b/css.html index 6eea8daf3b..3ef0c2816c 100644 --- a/css.html +++ b/css.html @@ -1736,7 +1736,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Validation states

-

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. +

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.