From: Kevin Kirsche Date: Tue, 10 Feb 2015 13:57:56 +0000 (-0500) Subject: Remove separate area for dropup's X-Git-Tag: v3.3.4~112^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78d9dc5d9284cc2cfb86517acba10028a418783;p=thirdparty%2Fbootstrap.git Remove separate area for dropup's Condense the dropup example --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 8b3e02912a..d28fcce390 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.

+

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.

+
+ + +
{% highlight html %} -{% endhighlight %} - - -

Trigger dropdown menus above elements by adding .dropup to the parent.

-
-
- - -
-
-{% highlight html %}