1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-07-31 02:40:26 +02:00

update forms help-block

This commit is contained in:
Mark Otto
2012-02-21 13:43:13 -08:00
parent d908731566
commit 664a5c4438
5 changed files with 21 additions and 8 deletions

View File

@@ -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>