diff options
| author | Mark Otto <[email protected]> | 2011-08-20 23:56:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 23:56:32 -0700 |
| commit | 6db39d0ec3b48e299f8ced16e06bfa9e912b6be6 (patch) | |
| tree | c5b56516ed8ab268ccfa6e24761b014fbb6ca672 /docs | |
| parent | 79bdb80543702348976a9cbd0c0b9bd2472fb148 (diff) | |
| download | bootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.tar.xz bootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.zip | |
fix error styles a bit on stacked form fields
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"> |
