From f4f6783cc0a4cf17d7c8344204e4d9a64982a831 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:03:47 +0200 Subject: Add into Help text code snippet as shown in example --- docs/base-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/base-css.html') 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, <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>
 
-- cgit v1.2.3