diff options
| author | Mark Otto <[email protected]> | 2012-02-21 13:43:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-21 13:43:13 -0800 |
| commit | 664a5c443849880972cf62aa85306be269d09270 (patch) | |
| tree | 238790e386bb05eb17780b8b5dbea8e1c2c9e6d7 /docs/base-css.html | |
| parent | d908731566a18a236609708238e697b4fc3c1355 (diff) | |
| download | bootstrap-664a5c443849880972cf62aa85306be269d09270.tar.xz bootstrap-664a5c443849880972cf62aa85306be269d09270.zip | |
update forms help-block
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 86ea85533..79ea2ac55 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -864,6 +864,7 @@ For example, <code>section</code> should be wrapped as inline. <form class="well"> <label>Label name</label> <input type="text" class="span3" placeholder="Type something…"> <span class="help-inline">Associated help text!</span> + <p class="help-block">Example block-level help text here.</p> <label class="checkbox"> <input type="checkbox"> Check me out </label> |
