aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 18:12:14 -0800
committerMark Otto <[email protected]>2012-02-01 18:12:14 -0800
commitf2d3026de8aae8188262034acc917b863848069c (patch)
treeab6d51b4daefcdaf1998ab01a4175cbc71909cef /docs
parent1ebe51c834b0d8a25811ce7bd3fa9a3be0497415 (diff)
downloadbootstrap-f2d3026de8aae8188262034acc917b863848069c.tar.xz
bootstrap-f2d3026de8aae8188262034acc917b863848069c.zip
update scaffolding responsive section to reflect proper media query ranges
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin52339 -> 52339 bytes
-rw-r--r--docs/scaffolding.html6
-rw-r--r--docs/templates/pages/scaffolding.mustache6
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 2a04a0c1d..f41c571bf 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index b8a635cdd..4ed4a36c8 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -338,13 +338,13 @@
</tr>
<tr>
<td>Landscape tablets</td>
- <td>768px to 940px</td>
+ <td>768px to 980px</td>
<td>44px</td>
<td>20px</td>
</tr>
<tr>
<td>Default</td>
- <td>940px and up</td>
+ <td>980px and up</td>
<td>60px</td>
<td>20px</td>
</tr>
@@ -390,7 +390,7 @@
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
- @media (min-width: 768px) and (max-width: 940px) { ... }
+ @media (min-width: 768px) and (max-width: 980px) { ... }
// Large desktop
@media (min-width: 1200px) { .. }
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index bfbd879d5..e20c52402 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -262,13 +262,13 @@
</tr>
<tr>
<td>{{_i}}Landscape tablets{{/i}}</td>
- <td>768px to 940px</td>
+ <td>768px to 980px</td>
<td>44px</td>
<td>20px</td>
</tr>
<tr>
<td>{{_i}}Default{{/i}}</td>
- <td>940px and up</td>
+ <td>980px and up</td>
<td>60px</td>
<td>20px</td>
</tr>
@@ -314,7 +314,7 @@
@media (max-width: 768px) { ... }
// {{_i}}Portrait tablet to landscape and desktop{{/i}}
- @media (min-width: 768px) and (max-width: 940px) { ... }
+ @media (min-width: 768px) and (max-width: 980px) { ... }
// {{_i}}Large desktop{{/i}}
@media (min-width: 1200px) { .. }