From: Steven Black Date: Tue, 24 Feb 2015 02:01:54 +0000 (-0500) Subject: Docs>Components>Dropdowns headings X-Git-Tag: v3.3.4~83^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fdaa8030e28ed8300623d3947f0489b03d22ad;p=thirdparty%2Fbootstrap.git Docs>Components>Dropdowns headings Normalized the heading hierarchy in the documentation for the Dropdowns component. --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 1c0a3c5a25..2ad2692827 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -3,7 +3,7 @@

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. Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

{% endhighlight %} - +

By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add .dropdown-menu-right to a .dropdown-menu to right align the dropdown menu.

May require additional positioning

@@ -72,7 +72,7 @@ {% endhighlight %} - +

Add a header to label sections of actions in any dropdown menu.