diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index f43b568121..99ef5116cb 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -7,6 +7,7 @@
<section>
should be wrapped as inline.
Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.
-Wrap the dropdown's trigger and the dropdown menu within .dropdown
, or another element that declares position: relative;
. Then add the menu's HTML.
<section>
should be wrapped as inline.
Add .pull-right
to a .dropdown-menu
to right align the dropdown menu.
Add .disabled
to a <li>
in the dropdown to disable the link.
<section>
should be wrapped as inline.
{% endhighlight %}
- Add an extra level of dropdown menus, appearing on hover like those of OS X, with some simple markup additions. Add .dropdown-submenu
to any li
in an existing dropdown menu for automatic styling.