From 774904464dc8237b36be8197ca7c91d701ce4f0e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 08:58:40 -0800 Subject: [PATCH] fix docs: move .pull-left from search input to search form in navbar --- docs/assets/bootstrap.zip | Bin 52232 -> 52232 bytes docs/components.html | 4 ++-- docs/templates/pages/components.mustache | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a4e8934ec956247d61154b92c3a3a62b11f32cb..927cc332e5e57a95bb2ce709e5583b1c118b38f0 100644 GIT binary patch delta 451 zcmeB}!Q3%}nJ2)TnT3l11bo~l@+h+DpHcHSJTp1*gfJJ9M1U%r0bF8Y9|sdq@eCud zn8BHi7n}`%0+U4z&7dNi0}V@bK|;slY+*uN@s8{uA>TAhm{3pJKCnpvGW?mj>H47| zoD9qe`ytj$o|5kjc9i~^&3E%F1wckbG}yv~W;axWg(N1bfK7!s9jY~cq5;gRsS{r- zF!{PqZrWtRW(f3&!I{l_HtiJwnO1#VpGhC&V{r~xKukV;+?dG#Bqj?|A%DUFiPvz# z1&R0cgf|i|@T5D0hhmn@=a0jg}j;Sv-3IGBKn zXBdGM|30+wg0lfriqm9KLo=|d--k8_8kXpSgpSAA!i2cu9oa!bzG;>)p`NsTV3Pu5 z_%n0U^+Q8A8JH3FL#&xRCEpor&#yz9@8(wu0BxQe(O?S`n%z(>05Vl#q6(S|fr9Z9 z4PaJHo%mV-q^@a`3ELl_Pk?URvuUpg$h7L?`b@t-J{ISI1O!mo>Ep&szd>TMAQkc_ z93U!WK}Iy3aDmAIc~4JxBk=-Hxg&}?rA3`U<^GxtquSf5V{rs diff --git a/docs/components.html b/docs/components.html index 9606167044..1d70ac4766 100644 --- a/docs/components.html +++ b/docs/components.html @@ -817,8 +817,8 @@

Search form

Search forms receive custom styles in the navbar with the .navbar-search class. Include .pull-left or .pull-right on the form to align it.

-<form class="navbar-search">
-  <input type="text" class="search-query pull-left" placeholder="Search">
+<form class="navbar-search pull-left">
+  <input type="text" class="search-query" placeholder="Search">
 </form>
 

Optional responsive variation

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index b257cd4d13..2144789663 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -741,8 +741,8 @@

{{_i}}Search form{{/i}}

{{_i}}Search forms receive custom styles in the navbar with the .navbar-search class. Include .pull-left or .pull-right on the form to align it.{{/i}}

-<form class="navbar-search">
-  <input type="text" class="search-query pull-left" placeholder="{{_i}}Search{{/i}}">
+<form class="navbar-search pull-left">
+  <input type="text" class="search-query" placeholder="{{_i}}Search{{/i}}">
 </form>
 

{{_i}}Optional responsive variation{{/i}}