From: Chris Rebert Date: Fri, 20 Feb 2015 00:01:04 +0000 (-0800) Subject: Dropdown docs: Tweak .dropup copy X-Git-Tag: v3.3.4~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9afc74b016d638356b4174d261f7e88face09c2;p=thirdparty%2Fbootstrap.git Dropdown docs: Tweak .dropup copy --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index d28fcce390..1c0a3c5a25 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -4,7 +4,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 also be triggered above elements by adding .dropup to the parent.

+

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.