2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1
View File
@@ -788,6 +788,7 @@
<form class="well">
<label>{{_i}}Label name{{/i}}</label>
<input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-inline">Associated help text!</span>
<p class="help-block">{{_i}}Example block-level help text here.{{/i}}</p>
<label class="checkbox">
<input type="checkbox"> {{_i}}Check me out{{/i}}
</label>