]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove the search-query class and increase the width
authorTom Pietschker <tom.pietschker@acmetechnologygroup.com>
Tue, 19 Feb 2013 19:40:05 +0000 (14:40 -0500)
committerTom Pietschker <tom.pietschker@acmetechnologygroup.com>
Tue, 19 Feb 2013 19:40:05 +0000 (14:40 -0500)
docs/components.html
less/tests/css-tests.html

index 73100279aa9127c5e234657b884c8c40f8556d7c..6c8950e0ae9bf641f720d983a975d7f7920c958b 100644 (file)
@@ -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>
index fd71ce82d443f200b967c8704f19a33553f90efd..67812af608e8e66e1cc69d1f834d92882bdb8ad3 100644 (file)
     <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>