2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

remove the search-query class and increase the width

This commit is contained in:
Tom Pietschker
2013-02-19 14:40:05 -05:00
parent 62b54605a7
commit ec9b01e691
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>