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>2013-08-18 02:21:38 +0400
committerMark Otto <otto@github.com>2013-08-18 02:21:38 +0400
commit61caed21e2553e1be29d98bd83c8e6ac06565ecd (patch)
tree5919c94a42b48841b75eff0f1f25df44a2d90dd6 /less/navbar.less
parent5ba19dc8849b1b87836404acfa8bbb336db1e496 (diff)
More consistent naming with screen size variables using xs, sm, md, and lg
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/navbar.less b/less/navbar.less
index b5320ba4e3..110e8a35ca 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -216,7 +216,7 @@
}
}
- @media (max-width: @screen-phone-max) {
+ @media (max-width: @screen-xs-max) {
// Dropdowns get custom display when collapsed
.open .dropdown-menu {
position: static;
@@ -311,7 +311,7 @@
.form-inline();
.form-group {
- @media (max-width: @screen-phone-max) {
+ @media (max-width: @screen-xs-max) {
margin-bottom: 5px;
}
}
@@ -512,7 +512,7 @@
}
}
- @media (max-width: @screen-phone-max) {
+ @media (max-width: @screen-xs-max) {
// Dropdowns get custom display
.open .dropdown-menu {
> .dropdown-header {