aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 10:02:46 -0700
committerMark Otto <[email protected]>2013-08-02 10:02:46 -0700
commite4b113934d8124e35079a76bdcbc3404bab04706 (patch)
tree1c0a68f7fe7d57cee38a3c1794ac529d4f580c25
parent048e19b8921ff0cae8ade7ace7700f0563c1fb82 (diff)
parent696e619fd9342bda783ac5448ccb09beb2dd3a7b (diff)
downloadbootstrap-e4b113934d8124e35079a76bdcbc3404bab04706.tar.xz
bootstrap-e4b113934d8124e35079a76bdcbc3404bab04706.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
-rw-r--r--less/dropdowns.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 938e682f5..1cd76a070 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -17,6 +17,12 @@
content: "";
}
+// The dropdown wrapper (div)
+// --------------------------
+.dropdown {
+ position: relative;
+}
+
// The dropdown menu (ul)
// ----------------------
.dropdown-menu {