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
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-07-08 12:25:23 +0400
committerMark Otto <otto@github.com>2014-07-08 12:25:23 +0400
commitd84fce7230d4395479187d03a835dc0e57cbe51a (patch)
tree56387a6dbf77e31e5588ac0d3c7af337ced30658 /less
parent61335862a7484f1223feed6ed5f3f619904f6ebe (diff)
Drop: @screen-xs, @screen-xs-min, and @screen-phone
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less2
-rw-r--r--less/variables.less6
2 files changed, 1 insertions, 7 deletions
diff --git a/less/navbar.less b/less/navbar.less
index c7bdd36cc4..dbfd7f1a7f 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -92,7 +92,7 @@
.navbar-collapse {
max-height: @navbar-collapse-max-height;
- @media (max-device-width: @screen-xs-min) and (orientation: landscape) {
+ @media (max-device-width: 480px) and (orientation: landscape) {
max-height: 200px;
}
}
diff --git a/less/variables.less b/less/variables.less
index e276a35c6b..4111c45588 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -261,12 +261,6 @@
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
// Extra small screen / phone
-//** Deprecated `@screen-xs` as of v3.0.1
-@screen-xs: 480px;
-//** Deprecated `@screen-xs-min` as of v3.2.0
-@screen-xs-min: @screen-xs;
-//** Deprecated `@screen-phone` as of v3.0.1
-@screen-phone: @screen-xs-min;
// Small screen / tablet
//** Deprecated `@screen-sm` as of v3.0.1