diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 17:06:02 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:06:02 -0700 |
| commit | 4876a3a7162ea2be8b1c316fde1039d22a6b64d3 (patch) | |
| tree | 299f4610e7466da531c452dfdd84ecf78220c5ec /css.html | |
| parent | 9391f4de4b5371454a67f1e1bf627566dfcd367b (diff) | |
| download | bootstrap-4876a3a7162ea2be8b1c316fde1039d22a6b64d3.tar.xz bootstrap-4876a3a7162ea2be8b1c316fde1039d22a6b64d3.zip | |
Validation states docs: fix closing tag
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1736,7 +1736,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <h3 id="forms-validation">Validation states</h3> - <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</li> + <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</p> <form class="bs-example"> <div class="form-group has-warning"> |
