From 42f636032cf8ce66a61ef1fbdcac60b1d498aaf5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 17:22:19 -0700 Subject: [PATCH] fix #2716, incorrect required markup for navbar search form --- docs/assets/bootstrap.zip | Bin 55584 -> 55584 bytes docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2f10c7654e0e2d68047b8214aeace4ef792a0514..7cd6216dad1c253083004c7e60dcdaeb4d981e25 100644 GIT binary patch delta 464 zcmZ3miFv^$X6^uQW)?065ZE=5TZv8KP`1C)p~;5TqU;dS-4p%Q*c4%+(u}(&PPYT| z6%TE^y^)h~_vBtKC#b;Yt6X{!5jF-JqA_vr0a?SlRn66!jluOvB11H`NB2X$=|PtGl6{#lHvlY)w}A0DlqG60IC4j zHAjSLAT8O~ToD4u#+x97LF!bl2cZf~yY7P!KxkyTVT@{H=nZ>Rfh{+jVFEliMF76R Bp7H -

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}}">