1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-04 01:01:56 +02:00

more media query mixins

This commit is contained in:
Mark Otto
2014-09-17 21:56:27 -07:00
parent 44f948ad53
commit 47bef3c6a0
6 changed files with 20 additions and 21 deletions

View File

@@ -192,7 +192,7 @@
//
// Reiterate per navbar.less and the modified component alignment there.
@media (min-width: @grid-float-breakpoint) {
.media-sm({
.navbar-right {
.dropdown-menu {
.dropdown-menu-right();
@@ -203,4 +203,4 @@
.dropdown-menu-left();
}
}
}
});