]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
proper var
authorMark Otto <otto@github.com>
Mon, 10 Mar 2014 06:25:15 +0000 (23:25 -0700)
committerMark Otto <otto@github.com>
Mon, 10 Mar 2014 06:25:15 +0000 (23:25 -0700)
less/navbar.less

index 6ddf26356846da87f0d48ff902057b0b6a9c0814..2087e9c74741e3d78e4f5008d4d737d608d8b649 100644 (file)
@@ -92,7 +92,7 @@
   .navbar-collapse {
     max-height: @navbar-collapse-max-height;
 
-    @media (max-width: @screen-phone) and (orientation: landscape) {
+    @media (max-width: @screen-xs-min) and (orientation: landscape) {
       max-height: 200px;
     }
   }