mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
move dropdown change from navbar to dropdowns to fix customizer compiling
This commit is contained in:
11
dist/css/bootstrap.css
vendored
11
dist/css/bootstrap.css
vendored
@@ -3339,6 +3339,13 @@ input[type="button"].btn-block {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar-right .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-default .caret {
|
||||
border-top-color: #333333;
|
||||
}
|
||||
@@ -4273,10 +4280,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
.navbar-right {
|
||||
float: right !important;
|
||||
}
|
||||
.navbar-right .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-form {
|
||||
|
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
Reference in New Issue
Block a user