From bd69269426e16524757f1295d5c60263f36e2430 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Mar 2013 13:09:56 -0700 Subject: more component nav updates --- docs/docs.html | 61 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 28 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 74f7c6e70..9fd120562 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2561,7 +2561,7 @@ For example, <section> should be wrapped as inline.

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

-

Example

+

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

{% endhighlight %} -

Aligning the menus

+

Add .pull-right to a .dropdown-menu to right align the dropdown menu.

{% highlight html linenos %} {% endhighlight %} -

Disabled menu options

+

Add .disabled to a <li> in the dropdown to disable the link.