aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 22:51:01 -0800
committerMark Otto <[email protected]>2012-02-01 22:51:01 -0800
commit58fd0dea36173c8672fd77cf06df2ccfbeb4d068 (patch)
tree9da843e313c03a5469b5756ce6f02c42bdcd85b9 /docs/upgrading.html
parent43d797dfff839013deb726a55edf082378444640 (diff)
downloadbootstrap-58fd0dea36173c8672fd77cf06df2ccfbeb4d068.tar.xz
bootstrap-58fd0dea36173c8672fd77cf06df2ccfbeb4d068.zip
fixing some docs pages for i18n
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index f3b18e4ed..4d8328b7c 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -195,7 +195,6 @@
<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>