diff options
| author | Mark Otto <[email protected]> | 2011-10-09 22:32:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-09 22:32:19 -0700 |
| commit | b74776281d46f6745dd75fcc21fdd38fbc7e9f90 (patch) | |
| tree | 0ff699e079623ce4c8ed7ceb7ad203749bffc28b /docs/index.html | |
| parent | 831f279011fb0abf69a781541e6b7f33459ba26b (diff) | |
| download | bootstrap-b74776281d46f6745dd75fcc21fdd38fbc7e9f90.tar.xz bootstrap-b74776281d46f6745dd75fcc21fdd38fbc7e9f90.zip | |
new form state styles with lighter footprint
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 81c4ea97f..846d26ed1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1109,13 +1109,6 @@ <span class="help-inline">Small snippet of help text</span> </div> </div><!-- /clearfix --> - <div class="clearfix error"> - <label for="errorInput2">Input with error</label> - <div class="input"> - <input class="xlarge error" id="errorInput2" name="errorInput2" size="30" type="text" /> - <span class="help-inline">Small snippet of help text</span> - </div> - </div><!-- /clearfix --> <div class="clearfix success"> <label for="successInput">Input with success</label> <div class="input"> |
