From: Mark Otto Date: Tue, 10 Jun 2014 04:45:55 +0000 (-0700) Subject: fixes #13769 X-Git-Tag: v3.2.0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2535f7c79ad98bcb372636c9c6ff90841ffd1c37;p=thirdparty%2Fbootstrap.git fixes #13769 --- diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 93da73250e..4889c64f2f 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -7,7 +7,7 @@

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 %}