2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix for dropdown

This commit is contained in:
Jacob Thornton
2011-09-02 00:42:22 -07:00
parent 75afad4325
commit 813c55489f
3 changed files with 23 additions and 19 deletions
+12 -8
View File
@@ -224,6 +224,17 @@
display: block;
background-color: none;
}
// Dividers (basically an hr) within the dropdown
.divider {
height: 1px;
margin: 5px 0;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid #fff;
}
}
.topbar .dropdown-menu, .dropdown-menu {
// Links within the dropdown menu
a {
display: block;
@@ -242,15 +253,8 @@
.box-shadow(@shadow);
}
}
// Dividers (basically an hr) within the dropdown
.divider {
height: 1px;
margin: 5px 0;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid #fff;
}
}
// Open state for the dropdown
.dropdown.open {
.dropdown-toggle {