From: vsn4ik Date: Sat, 25 Apr 2015 09:52:22 +0000 (+0300) Subject: DOCS: Separation of .dropdown and .dropup. X-Git-Tag: v3.3.5~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46f6dcbdc784fab3bd475cd9d559daa4cb60073;p=thirdparty%2Fbootstrap.git DOCS: Separation of .dropdown and .dropup. --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 2ad2692827..4c7255d686 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 be changed to expand upwards (instead of downwards) 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.

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

Dropdown menus can be changed to expand upwards (instead of downwards) by adding .dropup to the parent.

+
+
+ + +
+
+{% highlight html %}