aboutsummaryrefslogtreecommitdiff
path: root/less/tests/css-tests.html
diff options
context:
space:
mode:
authorTom Pietschker <[email protected]>2013-02-19 14:40:05 -0500
committerTom Pietschker <[email protected]>2013-02-19 14:40:05 -0500
commitec9b01e69165c078a6a261c8d570eac70b20bf51 (patch)
tree371003b30b665a62e2c301bf7ada7e8ab31c0ef6 /less/tests/css-tests.html
parent62b54605a7b22011835fdb43474e9d8fa27ac384 (diff)
downloadbootstrap-ec9b01e69165c078a6a261c8d570eac70b20bf51.tar.xz
bootstrap-ec9b01e69165c078a6a261c8d570eac70b20bf51.zip
remove the search-query class and increase the width
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html2
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>