aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 13:56:02 +0200
committerErik van der Kolk <[email protected]>2012-08-18 13:56:02 +0200
commit0c24f51d2a6e67446cf96c5a5a15319ff63f3f43 (patch)
tree176e5e1288f8913f5859fcbdb8e4aa5345c5df9b /docs
parent05571db10990ff66d312abc9cd25144dad36517d (diff)
downloadbootstrap-0c24f51d2a6e67446cf96c5a5a15319ff63f3f43.tar.xz
bootstrap-0c24f51d2a6e67446cf96c5a5a15319ff63f3f43.zip
Change .help-block tag for "Forms => Default styles" example into <span>
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index b24d3eea4..41ef5526f 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -835,7 +835,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
- <p class="help-block">Example block-level help text here.</p>
+ <span class="help-block">Example block-level help text here.</span>
<label class="checkbox">
<input type="checkbox"> Check me out
</label>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index b6a88b854..28e98439b 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -772,7 +772,7 @@
<legend>Legend</legend>
<label>{{_i}}Label name{{/i}}</label>
<input type="text" placeholder="{{_i}}Type something…{{/i}}">
- <p class="help-block">{{_i}}Example block-level help text here.{{/i}}</p>
+ <span class="help-block">{{_i}}Example block-level help text here.{{/i}}</span>
<label class="checkbox">
<input type="checkbox"> {{_i}}Check me out{{/i}}
</label>