2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move dropdown change from navbar to dropdowns to fix customizer compiling

This commit is contained in:
Mark Otto
2013-08-19 08:54:40 -07:00
parent a9297c7ad2
commit f497b5e1f5
4 changed files with 23 additions and 11 deletions
+14
View File
@@ -177,3 +177,17 @@
margin-bottom: 1px;
}
}
// Component alignment
//
// Reiterate per navbar.less and the modified component alignment there.
@media (min-width: @grid-float-breakpoint) {
.navbar-right {
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}