diff options
| author | Julian Thilo <[email protected]> | 2013-05-14 22:42:06 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-05-14 22:42:06 +0200 |
| commit | cd2d7b5d1738aed211bf257de9094b192d0ac56f (patch) | |
| tree | e8e9880b2855f298d30287cad680a5dc6d3e5d9c /docs/components.html | |
| parent | 9af88380c440f35387292946b2e18ad7b2ab84b2 (diff) | |
| download | bootstrap-cd2d7b5d1738aed211bf257de9094b192d0ac56f.tar.xz bootstrap-cd2d7b5d1738aed211bf257de9094b192d0ac56f.zip | |
add detail to navbar component alignment section
* The search form has been deprecated.
* Using pull-* on a list item won't have any effect.
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index bcf3ad7a1..27106650c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1208,7 +1208,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na {% endhighlight %} <h3 id="navbar-component-alignment">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> + <p>Align nav links, forms, buttons, or text, using the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction. To align nav links, put them in a separate <code><ul></code> with the respective utility class applied.</p> <h2>Optional display variations</h2> |
