diff options
| author | Chris Rebert <[email protected]> | 2013-08-01 17:05:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-01 17:05:23 -0700 |
| commit | 9546fc9cf004d38f7aa4d2b64e8ab6bc65920718 (patch) | |
| tree | d5bea79daa73546abc32bfc9d75298b5b71b3071 /css.html | |
| parent | cbd0b7a5057038211ca482441fa126dac605b49a (diff) | |
| download | bootstrap-9546fc9cf004d38f7aa4d2b64e8ab6bc65920718.tar.xz bootstrap-9546fc9cf004d38f7aa4d2b64e8ab6bc65920718.zip | |
fix typo in CSS docs; fixes #8992
"from" => "form"
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1536,7 +1536,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 from 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.</li> <form class="bs-example"> <div class="form-group has-warning"> |
