diff options
| author | Mark Otto <[email protected]> | 2012-02-05 00:11:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 00:11:21 -0800 |
| commit | cdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf (patch) | |
| tree | 4d02de4cae992039be08a3f5fe1a854130b8df57 /docs/components.html | |
| parent | 31abeec0f2d84b3861d0c80c56c3112546bf0bfd (diff) | |
| download | bootstrap-cdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf.tar.xz bootstrap-cdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf.zip | |
#1702: add callout to navbar for component alignment
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index f0559e5fa..1c5bc5abe 100644 --- a/docs/components.html +++ b/docs/components.html @@ -864,6 +864,8 @@ <li><a href="#">Link</a></li> </ul> </pre> + <h3>Component alignment</h3> + <p>To align a nav, 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> <h3>Adding dropdowns</h3> <p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.</p> <pre class="prettyprint linenums"> |
