diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 0aad46dec2..7aee4471a1 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ 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 @@ + @@ -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

    -

    Popovers

    New plugins