diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b53037cd8..940478c2d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -824,6 +824,13 @@ </fieldset> <fieldset> <legend>Example form legend</legend> + <div class="clearfix error"> + <label for="xlInput">X-Large Input</label> + <div class="input"> + <input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" /> + <span class="help-inline">Small snippet of help text</span> + </div> + </div> <!-- /clearfix --> <div class="clearfix"> <label id="optionsCheckboxes">List of Options</label> <div class="input"> |
