From 0369c1fcfc22530171fdf6a1d6400767dc13f609 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Feb 2012 21:04:16 -0800 Subject: [PATCH] add mention of navbar vertical divider in docs --- docs/assets/bootstrap.zip | Bin 53191 -> 53191 bytes docs/components.html | 8 ++++++++ docs/templates/pages/components.mustache | 8 ++++++++ docs/upgrading.html | 7 ++----- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 0aad46dec2c765063ebb068b208e7d65ccbfbe38..7aee4471a1e45e7ad3c7c032735137eea22c9e65 100644 GIT binary patch delta 438 zcmX>;pZWNFW}X0VW)?065U5%{kw=m3_&r3kRsOoq!2TGXd4jumua8 zxVQ24T@I$|<&$@DI>!{SZpD=XAfbcJwlE=Aw`go&^8m8kk7U!A|RuTPU|xrzc*R_ocQE|vuq%dinB74 z=baX3Isp=u1&Lfc?G57r4RJc-&jhpuD!1v3156I6QuwS3gok9BF~oeZNoURmBJu3b ec_Z5mG<(%KBbeDh-rsX}NW7TyP9WZb^XdSu8^xpm delta 438 zcmX>;pZWNFW}X0VW)?065GY$Zkw=k@;kK4id@`G=d2&5WHas5~^}Gg9=SvASkl=l=DkHkZA!j{F%Aw z`k^7549sxrLH11kTjUHg!>zbd03>v<8D{rpmX>O;P~#L8uqv>#!TL^2F@TC}{x?NP zk*R#?WT9;)Y>Ys^G2Gtlv+aop$S9-J`b-SBC(EA`pImU34J1-=R%Y_N)8Y_OS&+!J z)80rtr!)RYyiI2uka)spT_8Lp(~Obi&zucJ;@O>pnhRIG>YNdh{NHnSFdoqHG3T9_ KfWBLBUL62`p{Rxc diff --git a/docs/components.html b/docs/components.html index af00ece97c..cf11e69986 100644 --- a/docs/components.html +++ b/docs/components.html @@ -879,6 +879,14 @@ <li><a href="#">Link</a></li> <li><a href="#">Link</a></li> </ul> + +

You can easily add dividers to your nav links with an empty list item and a simple class. Just add this between links:

+
+<ul class="nav">
+  ...
+  <li class="divider-vertical"></li>
+  ...
+</ul>
 

Component alignment

To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 76c78d141e..1887b6f770 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -803,6 +803,14 @@ <li><a href="#">{{_i}}Link{{/i}}</a></li> <li><a href="#">{{_i}}Link{{/i}}</a></li> </ul> + +

{{_i}}You can easily add dividers to your nav links with an empty list item and a simple class. Just add this between links:{{/i}}

+
+<ul class="nav">
+  ...
+  <li class="divider-vertical"></li>
+  ...
+</ul>
 

{{_i}}Component alignment{{/i}}

{{_i}}To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.{{/i}}

diff --git a/docs/upgrading.html b/docs/upgrading.html index 0c9ab1673c..f56f22545e 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -115,7 +115,7 @@
  • Media queries added for basic support across mobile and tablet devices
  • Responsive CSS is compiled separately, as bootstrap-responsive.css
  • -
+ @@ -255,13 +255,10 @@
  • The animate option was renamed to animation.
  • The html option was removed, as the tooltips default to allowing HTML now.
  • -

    Tooltips

    -
      -
    • Values for placement option changed from above and below to top and bottom. (Affects popovers, too.)
    • -

    Popovers

    • Child elements now properly namespaced: .title to .popover-title, .inner to .popover-inner, and .content to .popover-content.
    • +
    • The placement option value that was below is now bottom, and above is now top.

    New plugins