1
0
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:
Mark Otto
2013-08-19 08:54:40 -07:00
parent a9297c7ad2
commit f497b5e1f5
4 changed files with 23 additions and 11 deletions

View File

@@ -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 {

File diff suppressed because one or more lines are too long