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

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