diff options
| author | Mark Otto <[email protected]> | 2014-07-03 00:55:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-03 00:55:32 -0700 |
| commit | 3537481c972c4b5ebb678e91cd477d1941f99424 (patch) | |
| tree | 090af67aebf6fea67f64462cada4298ec7fcbb29 /dist/css/bootstrap.css | |
| parent | 4f8697cbbb86d0315bab9ac1fac5df403a2c57d7 (diff) | |
| download | bootstrap-3537481c972c4b5ebb678e91cd477d1941f99424.tar.xz bootstrap-3537481c972c4b5ebb678e91cd477d1941f99424.zip | |
Fixes #12738 again: use max-device-width instead of max-width for .navbar-collapse height in landscape devices
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 77c196930..c2b4f1a6f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3841,7 +3841,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } -@media (max-width: 480px) and (orientation: landscape) { +@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; |
