aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 08:58:40 -0800
committerMark Otto <[email protected]>2012-01-30 08:58:40 -0800
commit774904464dc8237b36be8197ca7c91d701ce4f0e (patch)
tree6180a5fa23a55542021b5498fff5f00d21e83c30 /docs
parent3722c34b5032e5f1d4f6e8d28260b16ee48af4da (diff)
downloadbootstrap-774904464dc8237b36be8197ca7c91d701ce4f0e.tar.xz
bootstrap-774904464dc8237b36be8197ca7c91d701ce4f0e.zip
fix docs: move .pull-left from search input to search form in navbar
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin52232 -> 52232 bytes
-rw-r--r--docs/components.html4
-rw-r--r--docs/templates/pages/components.mustache4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 2a4e8934e..927cc332e 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
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>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index b257cd4d1..214478966 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -741,8 +741,8 @@
<h3>{{_i}}Search form{{/i}}</h3>
<p>{{_i}}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.{{/i}}</p>
<pre class="prettyprint linenums">
-&lt;form class="navbar-search"&gt;
- &lt;input type="text" class="search-query pull-left" placeholder="{{_i}}Search{{/i}}"&gt;
+&lt;form class="navbar-search pull-left"&gt;
+ &lt;input type="text" class="search-query" placeholder="{{_i}}Search{{/i}}"&gt;
&lt;/form&gt;
</pre>
<h3>{{_i}}Optional responsive variation{{/i}}</h3>