1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Merge pull request #8979 from ggam/patch-6

Add dropdown class
This commit is contained in:
Mark Otto
2013-08-02 09:44:32 -07:00

View File

@@ -17,6 +17,12 @@
content: ""; content: "";
} }
// The dropdown wrapper (div)
// --------------------------
.dropdown {
position: relative;
}
// The dropdown menu (ul) // The dropdown menu (ul)
// ---------------------- // ----------------------
.dropdown-menu { .dropdown-menu {