diff options
| author | Mark Otto <[email protected]> | 2013-01-16 16:14:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 16:14:41 -0800 |
| commit | 9ba14cfb7c0daa75453fd226d09198ffec142b1b (patch) | |
| tree | b3d943148bab1e5776f2e8ec564d15760207b380 /docs/components.html | |
| parent | 960804cea397d5616918341eaec41a384976c20e (diff) | |
| download | bootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.tar.xz bootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.zip | |
More navbar derping
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> |
