From 43d797dfff839013deb726a55edf082378444640 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 22:29:15 -0800 Subject: [PATCH] #1566: add note about removal of secondary-nav in 2.0 --- docs/assets/bootstrap.zip | Bin 56825 -> 56825 bytes docs/templates/pages/upgrading.mustache | 1 + docs/upgrading.html | 1 + 3 files changed, 2 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c4ddd0f26e68b072d46816b8b7477f9daffd7523..deab7e441bfdd09e705c61d48147446c3388269d 100644 GIT binary patch delta 460 zcmeyloB8K%X6^uQW)?065STTQTZv6YSIb{bck;m-!kjSi*%STM*i_--6Z<$AXHA@L z3|6YDyYWJd0psk+x`yUpHLALsvkZOgfGYfD`7?9V^+Q8A8JH2Kf^|>+pYHw5*k;B_uN8o*-fl8wQvCx5=+1k-GNF_;}_Y5xraCKZrpWr6zc-!NfP1#!eD z$K7HB${OEvgvde!W>21S(-onDYx19)7l5kn-;kaB>XtaN%2|^YZwH|YOup@du<8G8 oV}vBdl{ z8!yBdFgi}wH8h6`Y|b+Du>-2`m*vmQP1g?%;bdS&msCJ|AqlmCCIa~K+gReCQM+Ti%*Wb#Re2GzUc^&g$Yc# z>535Gn*8VH1+X^R$**pSBP2jt6>kTj3QWH30}%k(^#8Uos!c(6>`?_a-f>115V`Av QD$sB@03skf`RQE|0J({(^Z)<= diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 02d1c7febd..30b843e0d7 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -119,6 +119,7 @@
  • {{_i}}Base class changed from .topbar to .navbar{{/i}}
  • {{_i}}Now supports static position (default behavior, not fixed) and fixed to the top of viewport via .navbar-fixed-top (previously only supported fixed){{/i}}
  • +
  • {{_i}}Removed the .secondary-nav class; instead, just use .pull-right for right-aligned nav{{/i}}
  • {{_i}}Added vertical dividers to top-level nav{{/i}}
  • {{_i}}Improved support for inline forms in the navbar, which now require .navbar-form to properly scope styles to only the intended forms.{{/i}}
  • {{_i}}Navbar search form now requires use of the .navbar-search class and its input the use of .search-query. To position the search form, you must use .pull-left or .pull-right.{{/i}}
  • diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c2..f3b18e4edf 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -195,6 +195,7 @@
    • Base class changed from .topbar to .navbar
    • Now supports static position (default behavior, not fixed) and fixed to the top of viewport via .navbar-fixed-top (previously only supported fixed)
    • +
    • Removed the .secondary-nav class; instead, just use .pull-right for right-aligned nav
    • Added vertical dividers to top-level nav
    • Improved support for inline forms in the navbar, which now require .navbar-form to properly scope styles to only the intended forms.
    • Navbar search form now requires use of the .navbar-search class and its input the use of .search-query. To position the search form, you must use .pull-left or .pull-right.