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 zc-mXAiFv^$X6^uQW)?065ZE=5TZv8KP`1C)p~;5TqU;dS-4p%Q*c4%+(u}(&PPYT| z6%TE^y^)h~_vBtKC#b;Yt6X{!5jF-Jq^)L_&M2K_VCDsG_)Ovcz0Nm>c}(rYZtOw(c{9 ziG0{MQxquDb;W>5AEZHea>6whnD-`MxF$RK`xS8}1DF&SP_5ooA5?)^R|8N5xUM-O uOalpIUvtH7ya}p0mFq#M0@JShVAIHS!x+`Z&>Qxs0$Xl4!vuJ4iU0t -

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