aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 20:34:07 -0800
committerMark Otto <[email protected]>2012-01-28 20:34:07 -0800
commitf1e520badd51d01ebcd33758966ef868e5cdd1c2 (patch)
treef1203cd24b8ca8ecc7ad44713b6ff635c42e5ab2 /docs
parent5f314dcb85b011d30bbe845e00932a9a550d4e71 (diff)
downloadbootstrap-f1e520badd51d01ebcd33758966ef868e5cdd1c2.tar.xz
bootstrap-f1e520badd51d01ebcd33758966ef868e5cdd1c2.zip
clarify and tweak media queries
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css2
-rw-r--r--docs/scaffolding.html2
-rw-r--r--docs/templates/pages/scaffolding.mustache2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index bbfc0ac5a..f40f0c110 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -263,7 +263,7 @@
height: 0;
}
}
-@media (min-width: 1210px) {
+@media (min-width: 1200px) {
.container {
width: 1170px;
}
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 14da044bb..184b35608 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -390,7 +390,7 @@
@media (min-width: 768px) and (max-width: 940px) { ... }
// Large desktop
- @media (min-width: 1210px) { .. }
+ @media (min-width: 1200px) { .. }
</pre>
</div>
</div>
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index cf672cc6e..6d5a66f8d 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -318,7 +318,7 @@
@media (min-width: 768px) and (max-width: 940px) { ... }
// {{_i}}Large desktop{{/i}}
- @media (min-width: 1210px) { .. }
+ @media (min-width: 1200px) { .. }
</pre>
</div>
</div>