diff options
| author | Mark Otto <[email protected]> | 2012-01-31 09:40:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 09:40:11 -0800 |
| commit | 09b9b8a586edf7463bb3bb0a88d29e5e41f4e4a5 (patch) | |
| tree | 95dd0709c5a9e9caef240d2b3c1f0ba8d6f8e8cf /docs/base-css.html | |
| parent | 9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd (diff) | |
| parent | 4bd1ba4e0dc44d1d16161306576548f378ab1f8a (diff) | |
| download | bootstrap-09b9b8a586edf7463bb3bb0a88d29e5e41f4e4a5.tar.xz bootstrap-09b9b8a586edf7463bb3bb0a88d29e5e41f4e4a5.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 803baa015..7440603d5 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1155,7 +1155,7 @@ For example, <code>section</code> should be wrapped as inline. <input type="checkbox" name="optionsCheckboxList3" value="option3"> Option three can—yes, you guessed it—also be checked and included in form results </label> - <p class="help-text"><strong>Note:</strong> Labels surround all the options for much larger click areas and a more usable form.</p> + <p class="help-block"><strong>Note:</strong> Labels surround all the options for much larger click areas and a more usable form.</p> </div> </div> <div class="control-group"> @@ -1188,6 +1188,9 @@ For example, <code>section</code> should be wrapped as inline. <hr> <h4>Inline forms and append/prepend</h4> <p>To use prepend or append inputs in an inline form, be sure to place the <code>.add-on</code> and <code>input</code> on the same line, without spaces.</p> + <hr> + <h4>Form help text</h4> + <p>To add help text for your form inputs, include inline help text with <code><span class="help-inline"></code> or a help text block with <code><p class="help-block"></code> after the input element.</p> </div> </div><!-- /row --> </section> |
