aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 23:40:52 -0800
committerMark Otto <[email protected]>2012-01-28 23:40:52 -0800
commitbca269299b242c55a2511e752429c07d7639f7d2 (patch)
treef5932ba1ba7bca96eda158374985a52b6bae57d6 /docs/upgrading.html
parent62f4a1571a3801c867b80c228464cc9c695f1d13 (diff)
downloadbootstrap-bca269299b242c55a2511e752429c07d7639f7d2.tar.xz
bootstrap-bca269299b242c55a2511e752429c07d7639f7d2.zip
removing required .navbar-static class, rewrote docs to reflect the change, and updated the upgrade docs page to include the navbar section
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index c0778d9d0..d7ad30f56 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -186,6 +186,15 @@
<li>Pills were restyled to be less rounded by default</li>
<li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
</ul>
+ <h3>Navbar (formerly topbar)</h3>
+ <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>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>
+ <li>Added optional responsive markup for collapsing navbar contents for smaller resolutions and devices. <a href="./components.html#navbar">See navbar docs</a> for how to utilize.</li>
+ </ul>
<h3>Dropdown menus</h3>
<ul>
<li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li>