Update to Bootstrap 2.0.4

This commit is contained in:
Ben Word
2012-06-03 12:26:22 -06:00
parent 88fd827d04
commit 9e1ecfa4e1
16 changed files with 145 additions and 127 deletions

View File

@@ -71,7 +71,7 @@
// Dividers (basically an hr) within the dropdown
.divider {
.nav-divider();
.nav-divider(@dropdownDividerTop, @dropdownDividerBottom);
}
// Links within the dropdown menu
@@ -103,14 +103,14 @@
// make the menu appear below buttons that appeared later on the page
*z-index: @zindexDropdown;
.dropdown-menu {
& > .dropdown-menu {
display: block;
}
}
// Right aligned dropdowns
// ---------------------------
.pull-right .dropdown-menu {
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}