From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:03:47 +0000 (+0200) Subject: Add into Help text code snippet as shown in example X-Git-Tag: v2.1.0~2^2~29^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f6783cc0a4cf17d7c8344204e4d9a64982a831;p=thirdparty%2Fbootstrap.git Add into Help text code snippet as shown in example --- diff --git a/docs/base-css.html b/docs/base-css.html index 50fa1a8f8c..b3cb0466a1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1303,7 +1303,7 @@ For example, <code>section</code> should be wrapped as inline. Inline help text
-<span class="help-inline">Inline help text</span>
+<input type="text"><span class="help-inline">Inline help text</span>
 

Block help

@@ -1312,7 +1312,7 @@ For example, <code>section</code> should be wrapped as inline. A longer block of help text that breaks onto a new line and may extend beyond one line.
-<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
+<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
 
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f263c9f6cb..51438ec2b6 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1240,7 +1240,7 @@ Inline help text
-<span class="help-inline">Inline help text</span>
+<input type="text"><span class="help-inline">Inline help text</span>
 

{{_i}}Block help{{/i}}

@@ -1249,7 +1249,7 @@ A longer block of help text that breaks onto a new line and may extend beyond one line.
-<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
+<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>