0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01: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
commit 696e619fd9

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 {