mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Apply mixin to correct class
This commit is contained in:
Vendored
+3
-1
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -261,9 +261,11 @@
|
|||||||
.navbar-left { .pull-left(); }
|
.navbar-left { .pull-left(); }
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
.pull-right();
|
.pull-right();
|
||||||
|
.dropdown-menu {
|
||||||
.pull-right > .dropdown-menu();
|
.pull-right > .dropdown-menu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Navbar form
|
// Navbar form
|
||||||
|
|||||||
Reference in New Issue
Block a user