0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Apply mixin to correct class

This commit is contained in:
Luis Aleman 2013-08-13 22:53:23 -04:00
parent e29c2d0c24
commit c79fa6ad04
3 changed files with 7 additions and 3 deletions

View File

@ -3352,9 +3352,11 @@ button.close {
float: left !important;
}
.navbar-right {
float: right !important;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
float: right !important;
}
}

File diff suppressed because one or more lines are too long

View File

@ -261,7 +261,9 @@
.navbar-left { .pull-left(); }
.navbar-right {
.pull-right();
.pull-right > .dropdown-menu();
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}