diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a4e8934ec..927cc332e5 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 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}}