aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-21 13:43:13 -0800
committerMark Otto <[email protected]>2012-02-21 13:43:13 -0800
commit664a5c443849880972cf62aa85306be269d09270 (patch)
tree238790e386bb05eb17780b8b5dbea8e1c2c9e6d7 /docs/templates
parentd908731566a18a236609708238e697b4fc3c1355 (diff)
downloadbootstrap-664a5c443849880972cf62aa85306be269d09270.tar.xz
bootstrap-664a5c443849880972cf62aa85306be269d09270.zip
update forms help-block
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 519f07bfe..72b09c271 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -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>