diff options
| author | Tom Pietschker <[email protected]> | 2013-02-19 14:40:05 -0500 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-02-19 14:40:05 -0500 |
| commit | ec9b01e69165c078a6a261c8d570eac70b20bf51 (patch) | |
| tree | 371003b30b665a62e2c301bf7ada7e8ab31c0ef6 /less/tests | |
| parent | 62b54605a7b22011835fdb43474e9d8fa27ac384 (diff) | |
| download | bootstrap-ec9b01e69165c078a6a261c8d570eac70b20bf51.tar.xz bootstrap-ec9b01e69165c078a6a261c8d570eac70b20bf51.zip | |
remove the search-query class and increase the width
Diffstat (limited to 'less/tests')
| -rw-r--r-- | less/tests/css-tests.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index fd71ce82d..67812af60 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -601,7 +601,7 @@ <h4>Prepend with type="submit"</h4> <form class="form-search"> <div class="input-append"> - <input type="text" class="span2 search-query" value="" name="q"> + <input type="text" class="span2" value="" name="q"> <input type="submit" value="Search" class="btn"> </div> </form> |
