From d70ba6c5e66b27acfc46121bf2293773451a339e Mon Sep 17 00:00:00 2001 From: nkryptic Date: Tue, 31 Jan 2012 03:54:07 -0500 Subject: add form help-* documentation --- docs/templates/pages/base-css.mustache | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 34ac69cd7..cc0b2a1ea 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1079,7 +1079,7 @@ {{_i}}Option three can—yes, you guessed it—also be checked and included in form results{{/i}} -

{{_i}}Note: Labels surround all the options for much larger click areas and a more usable form.{{/i}}

+

{{_i}}Note: Labels surround all the options for much larger click areas and a more usable form.{{/i}}

@@ -1112,6 +1112,9 @@

{{_i}}Inline forms and append/prepend{{/i}}

{{_i}}To use prepend or append inputs in an inline form, be sure to place the .add-on and input on the same line, without spaces.{{/i}}

+
+

{{_i}}Form help text{{/i}}

+

{{_i}}To add help text for your form inputs, include inline help text with <span class="help-inline"> or a help text block with <p class="help-block"> after the input element.{{/i}}

-- cgit v1.2.3