From 36fdaa8030e28ed8300623d3947f0489b03d22ad Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 21:01:54 -0500 Subject: [PATCH] Docs>Components>Dropdowns headings Normalized the heading hierarchy in the documentation for the Dropdowns component. --- docs/_includes/components/dropdowns.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.