aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 17:22:19 -0700
committerMark Otto <[email protected]>2012-03-22 17:22:19 -0700
commit42f636032cf8ce66a61ef1fbdcac60b1d498aaf5 (patch)
treef888d8ca7a6146f63c80e712b51d2e6af51b8935 /docs/components.html
parente0c85fb69cfc4a9956856e0b14afb12def2fccf0 (diff)
downloadbootstrap-42f636032cf8ce66a61ef1fbdcac60b1d498aaf5.tar.xz
bootstrap-42f636032cf8ce66a61ef1fbdcac60b1d498aaf5.zip
fix #2716, incorrect required markup for navbar search form
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
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 @@
&lt;input type="text" class="span2"&gt;
&lt;/form&gt;
</pre>
- <p>For a more customized search form, add the <code>.navbar-search</code> class to receive specialized styles in the navbar.</p>
+ <p>For a more customized search form, add <code>.navbar-search</code> to the <code>form</code> and <code>.search-query</code> to the input for specialized styles in the navbar.</p>
<pre class="prettyprint linenums">
&lt;form class="navbar-search pull-left"&gt;
&lt;input type="text" class="search-query" placeholder="Search"&gt;