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>
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}}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}}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}}
animate
option was renamed to animation
.html
option was removed, as the tooltips default to allowing HTML now.placement
option changed from above
and below
to top
and bottom
. (Affects popovers, too.).title
to .popover-title
, .inner
to .popover-inner
, and .content
to .popover-content
.placement
option value that was below
is now bottom
, and above
is now top
.