From 774904464dc8237b36be8197ca7c91d701ce4f0e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 08:58:40 -0800 Subject: 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(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a4e8934e..927cc332e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 960616704..1d70ac476 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 b257cd4d1..214478966 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}}

-- cgit v1.2.3