aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 960616704..1d70ac476 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -817,8 +817,8 @@
<h3>Search form</h3>
<p>Search forms receive custom styles in the navbar with the <code>.navbar-search</code> class. Include <code>.pull-left</code> or <code>.pull-right</code> on the <code>form</code> to align it.</p>
<pre class="prettyprint linenums">
-&lt;form class="navbar-search"&gt;
- &lt;input type="text" class="search-query pull-left" placeholder="Search"&gt;
+&lt;form class="navbar-search pull-left"&gt;
+ &lt;input type="text" class="search-query" placeholder="Search"&gt;
&lt;/form&gt;
</pre>
<h3>Optional responsive variation</h3>