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:
authorChris Rebert <code@rebertia.com>2013-08-21 04:31:02 +0400
committerChris Rebert <code@rebertia.com>2013-08-21 10:25:13 +0400
commita3a02f9e6e0d1cb76a0214388c40df971f70a037 (patch)
tree1e0b14f23099476c76fb60906f86aeb877f340dd /less/navs.less
parentd666a89621ff85612390b3a0587e687eaae21060 (diff)
rename @screen-XX to @screen-XX-min for clarity+unambiguity
Diffstat (limited to 'less/navs.less')
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 6002a8cdd1..868aeb817c 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -162,7 +162,7 @@
}
}
- @media (min-width: @screen-sm) {
+ @media (min-width: @screen-sm-min) {
> li {
display: table-cell;
width: 1%;