aboutsummaryrefslogtreecommitdiff
path: root/docs/scaffolding.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-18 09:37:07 -0700
committerMark Otto <[email protected]>2012-04-18 09:37:07 -0700
commit178a9f3b519342788f653e2d5680913e36da2c4e (patch)
treec7ed4418e5311d16cb175c6766b1311a70bb1b6b /docs/scaffolding.html
parent5fa0fcc888bdeb5210b03445045ba61bdf7b0034 (diff)
downloadbootstrap-178a9f3b519342788f653e2d5680913e36da2c4e.tar.xz
bootstrap-178a9f3b519342788f653e2d5680913e36da2c4e.zip
fix some text around media queries in the docs
Diffstat (limited to 'docs/scaffolding.html')
-rw-r--r--docs/scaffolding.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 20a9f5c73..caffa6af6 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -533,13 +533,13 @@
@media (max-width: 480px) { ... }
// Landscape phone to portrait tablet
- @media (max-width: 768px) { ... }
+ @media (max-width: 767px) { ... }
// Portrait tablet to landscape and desktop
- @media (min-width: 768px) and (max-width: 980px) { ... }
+ @media (min-width: 768px) and (max-width: 979px) { ... }
// Large desktop
- @media (min-width: 1200px) { .. }
+ @media (min-width: 1200px) { ... }
</pre>
</div><!-- /.span -->
</div><!-- /.row -->