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/base-css.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 90240747b..2e4e116db 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.

-- cgit v1.2.3