diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:29:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:29:15 -0800 |
| commit | 43d797dfff839013deb726a55edf082378444640 (patch) | |
| tree | 97e62c4c90d54947f68468acde17c5535f605903 /docs/upgrading.html | |
| parent | 4211f21e39631179753d6775e3ad90be05ab5f8f (diff) | |
| download | bootstrap-43d797dfff839013deb726a55edf082378444640.tar.xz bootstrap-43d797dfff839013deb726a55edf082378444640.zip | |
#1566: add note about removal of secondary-nav in 2.0
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c..f3b18e4ed 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -195,6 +195,7 @@ <ul> <li>Base class changed from <code>.topbar</code> to <code>.navbar</code></li> <li>Now supports static position (default behavior, not fixed) and fixed to the top of viewport via <code>.navbar-fixed-top</code> (previously only supported fixed)</li> + <li>Removed the <code>.secondary-nav</code> class; instead, just use <code>.pull-right</code> for right-aligned nav</li> <li>Added vertical dividers to top-level nav</li> <li>Improved support for inline forms in the navbar, which now require <code>.navbar-form</code> to properly scope styles to only the intended forms.</li> <li>Navbar search form now requires use of the <code>.navbar-search</code> class and its input the use of <code>.search-query</code>. To position the search form, you <strong>must</strong> use <code>.pull-left</code> or <code>.pull-right</code>.</li> |
