Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-03-10 10:25:15 +0400
committerMark Otto <otto@github.com>2014-03-10 10:25:15 +0400
commit3640d71ad724899f6d86ae82987eae2c0ff3eaff (patch)
tree91192be5f0353f9f416ee4014e4616798c8e901b /less/navbar.less
parent309ef72ef4f4096a88ecae60fe38db689047bc9c (diff)
proper var
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 6ddf263568..2087e9c747 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -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;
}
}