Commit ec9b01e6 authored by Tom Pietschker's avatar Tom Pietschker
Browse files

remove the search-query class and increase the width

parent 62b54605
Showing with 3 additions and 3 deletions
+3 -3
......@@ -958,7 +958,7 @@ title: Components
</li>
</ul>
<form class="navbar-form pull-left" action="">
<input type="text" class="search-query span2" placeholder="Search">
<input type="text" class="span8" placeholder="Search">
</form>
<ul class="nav pull-right">
<li><a href="#">Link</a></li>
......@@ -1035,7 +1035,7 @@ title: Components
</li>
</ul>
<form class="navbar-form pull-left" action="">
<input type="text" class="search-query span2" placeholder="Search">
<input type="text" class="span8" placeholder="Search">
</form>
<ul class="nav pull-right">
<li><a href="#">Link</a></li>
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment