From d70ba6c5e66b27acfc46121bf2293773451a339e Mon Sep 17 00:00:00 2001 From: nkryptic Date: Tue, 31 Jan 2012 03:54:07 -0500 Subject: [PATCH] add form help-* documentation --- docs/base-css.html | 5 ++++- docs/templates/pages/base-css.mustache | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 90240747b3..2e4e116db4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1155,7 +1155,7 @@ For example, <code>section</code> should be wrapped as inline. Option three can—yes, you guessed it—also be checked and included in form results -

Note: Labels surround all the options for much larger click areas and a more usable form.

+

Note: Labels surround all the options for much larger click areas and a more usable form.

@@ -1188,6 +1188,9 @@ For example, <code>section</code> should be wrapped as inline.

Inline forms and append/prepend

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.

+
+

Form help text

+

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.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 34ac69cd7c..cc0b2a1eac 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}}