aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-03 00:55:32 -0700
committerMark Otto <[email protected]>2014-07-03 00:55:32 -0700
commit3537481c972c4b5ebb678e91cd477d1941f99424 (patch)
tree090af67aebf6fea67f64462cada4298ec7fcbb29 /docs/dist/css/bootstrap.css
parent4f8697cbbb86d0315bab9ac1fac5df403a2c57d7 (diff)
downloadbootstrap-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 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 77c196930..c2b4f1a6f 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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;