]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#1566: add note about removal of secondary-nav in 2.0
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 06:29:15 +0000 (22:29 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 06:29:15 +0000 (22:29 -0800)
docs/assets/bootstrap.zip
docs/templates/pages/upgrading.mustache
docs/upgrading.html

index c4ddd0f26e68b072d46816b8b7477f9daffd7523..deab7e441bfdd09e705c61d48147446c3388269d 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 02d1c7febd97289ba332c6660f2136fa4036528d..30b843e0d7e657623f8b2c82c2f5d6daad272132 100644 (file)
   <ul>
     <li>{{_i}}Base class changed from <code>.topbar</code> to <code>.navbar</code>{{/i}}</li>
     <li>{{_i}}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){{/i}}</li>
+    <li>{{_i}}Removed the <code>.secondary-nav</code> class; instead, just use <code>.pull-right</code> for right-aligned nav{{/i}}</li>
     <li>{{_i}}Added vertical dividers to top-level nav{{/i}}</li>
     <li>{{_i}}Improved support for inline forms in the navbar, which now require <code>.navbar-form</code> to properly scope styles to only the intended forms.{{/i}}</li>
     <li>{{_i}}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>.{{/i}}</li>
index 4d8328b7c2e7900cb1a937eebabb0342d3e5ec43..f3b18e4edfc323c2d448b1acd1a9fce30345f93e 100644 (file)
   <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>