diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2f10c7654e..7cd6216dad 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 a8979729e4..518c38ddbf 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1055,7 +1055,7 @@ <input type="text" class="span2"> </form> -

For a more customized search form, add the .navbar-search class to receive specialized styles in the navbar.

+

For a more customized search form, add .navbar-search to the form and .search-query to the input for specialized styles in the navbar.

 <form class="navbar-search pull-left">
   <input type="text" class="search-query" placeholder="Search">
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index a3aabe966f..3ca43a2063 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -979,7 +979,7 @@
   <input type="text" class="span2">
 </form>
 
-

{{_i}}For a more customized search form, add the .navbar-search class to receive specialized styles in the navbar.{{/i}}

+

{{_i}}For a more customized search form, add .navbar-search to the form and .search-query to the input for specialized styles in the navbar.{{/i}}

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