1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02: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

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>