mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Apply mixin to correct class
This commit is contained in:
parent
e29c2d0c24
commit
c79fa6ad04
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@ -3352,9 +3352,11 @@ button.close {
|
|||||||
float: left !important;
|
float: left !important;
|
||||||
}
|
}
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
.navbar-right .dropdown-menu {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
float: right !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -261,7 +261,9 @@
|
|||||||
.navbar-left { .pull-left(); }
|
.navbar-left { .pull-left(); }
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
.pull-right();
|
.pull-right();
|
||||||
.pull-right > .dropdown-menu();
|
.dropdown-menu {
|
||||||
|
.pull-right > .dropdown-menu();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user