diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/docs/components.html b/docs/components.html index 17ea3a0d4..c1049747c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -859,33 +859,18 @@ <div class="bs-docs-example"> <div class="navbar"> <form class="navbar-form pull-left"> - <input type="text" class="span2"> + <input type="text" style="width: 200px;"> <button type="submit" class="btn">Submit</button> </form> </div> </div> <pre class="prettyprint linenums"> -<form class="navbar-form pull-left"> - <input type="text" class="span2"> +<form class="pull-left"> + <input type="text" style="width: 200px;"> <button type="submit" class="btn">Submit</button> </form> </pre> - <h3>Search form</h3> - <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> - <div class="bs-docs-example"> - <div class="navbar"> - <form class="navbar-search pull-left"> - <input type="text" class="search-query" placeholder="Search"> - </form> - </div> - </div> -<pre class="prettyprint linenums"> -<form class="navbar-search pull-left"> - <input type="text" class="search-query" placeholder="Search"> -</form> -</pre> - <h3>Component alignment</h3> <p>Align nav links, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.</p> |
