From 42f636032cf8ce66a61ef1fbdcac60b1d498aaf5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 17:22:19 -0700 Subject: fix #2716, incorrect required markup for navbar search form --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index a8979729e..518c38ddb 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">
-- 
cgit v1.2.3