diff options
| author | Mark Otto <[email protected]> | 2013-08-19 08:54:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 08:54:40 -0700 |
| commit | f497b5e1f51be88a1e96773d5b57f7c2c522f11f (patch) | |
| tree | 5394853bad32803dc1c56086b39dcf88ce6ae9f8 /dist/css/bootstrap.css | |
| parent | a9297c7ad2b53014ff5111824646879776535fa2 (diff) | |
| download | bootstrap-f497b5e1f51be88a1e96773d5b57f7c2c522f11f.tar.xz bootstrap-f497b5e1f51be88a1e96773d5b57f7c2c522f11f.zip | |
move dropdown change from navbar to dropdowns to fix customizer compiling
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9e5fcebae..f4e4904d3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { |
