aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
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/base-css.html
parent05571db10990ff66d312abc9cd25144dad36517d (diff)
downloadbootstrap-0c24f51d2a6e67446cf96c5a5a15319ff63f3f43.tar.xz
bootstrap-0c24f51d2a6e67446cf96c5a5a15319ff63f3f43.zip
Change .help-block tag for "Forms => Default styles" example into <span>
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 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>