From f2d3026de8aae8188262034acc917b863848069c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 18:12:14 -0800 Subject: update scaffolding responsive section to reflect proper media query ranges --- docs/assets/bootstrap.zip | Bin 52339 -> 52339 bytes docs/scaffolding.html | 6 +++--- docs/templates/pages/scaffolding.mustache | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a04a0c1d..f41c571bf 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip 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 @@ Landscape tablets - 768px to 940px + 768px to 980px 44px 20px Default - 940px and up + 980px and up 60px 20px @@ -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 @@ {{_i}}Landscape tablets{{/i}} - 768px to 940px + 768px to 980px 44px 20px {{_i}}Default{{/i}} - 940px and up + 980px and up 60px 20px @@ -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) { .. } -- cgit v1.2.3