aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 16:03:47 +0200
committerErik van der Kolk <[email protected]>2012-08-18 16:03:47 +0200
commitf4f6783cc0a4cf17d7c8344204e4d9a64982a831 (patch)
tree2415932ce747c9923c57c5eaa1113c6f1f36b51b /docs/base-css.html
parent263ed4e2398e1c9416525f04f3bf52ff0c40bd5a (diff)
downloadbootstrap-f4f6783cc0a4cf17d7c8344204e4d9a64982a831.tar.xz
bootstrap-f4f6783cc0a4cf17d7c8344204e4d9a64982a831.zip
Add <input> into Help text code snippet as shown in example
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 50fa1a8f8..b3cb0466a 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1303,7 +1303,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<input type="text"> <span class="help-inline">Inline help text</span>
</form>
<pre class="prettyprint linenums">
-&lt;span class="help-inline"&gt;Inline help text&lt;/span&gt;
+&lt;input type="text"&gt;&lt;span class="help-inline"&gt;Inline help text&lt;/span&gt;
</pre>
<h4>Block help</h4>
@@ -1312,7 +1312,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
</form>
<pre class="prettyprint linenums">
-&lt;span class="help-block"&gt;A longer block of help text that breaks onto a new line and may extend beyond one line.&lt;/span&gt;
+&lt;input type="text"&gt;&lt;span class="help-block"&gt;A longer block of help text that breaks onto a new line and may extend beyond one line.&lt;/span&gt;
</pre>