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.
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.
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}}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}}
{{_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}}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}}