diff options
| author | Mark Otto <[email protected]> | 2011-10-03 21:43:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 21:43:53 -0700 |
| commit | 948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (patch) | |
| tree | 2c56f1c91e53adac9293967a6eae3097f20f3874 /docs | |
| parent | 0caa484aebebc68f0bfe5dda20e19c4059769859 (diff) | |
| download | bootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.tar.xz bootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.zip | |
resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 292d919c0..c75ecc837 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1036,7 +1036,14 @@ </div> </div><!-- /clearfix --> <div class="clearfix error"> - <label for="xlInput2">X-Large input</label> + <label for="xlInput2">Input with error</label> + <div class="input"> + <input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" /> + <span class="help-inline">Small snippet of help text</span> + </div> + </div><!-- /clearfix --> + <div class="clearfix error"> + <label for="xlInput2">Input with error</label> <div class="input"> <input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" /> <span class="help-inline">Small snippet of help text</span> |
