From: Mark Otto Date: Thu, 2 Feb 2012 02:12:14 +0000 (-0800) Subject: update scaffolding responsive section to reflect proper media query ranges X-Git-Tag: v2.0.1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2d3026de8aae8188262034acc917b863848069c;p=thirdparty%2Fbootstrap.git update scaffolding responsive section to reflect proper media query ranges --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a04a0c1d5..f41c571bfa 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 b8a635cdde..4ed4a36c86 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 bfbd879d54..e20c524029 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) { .. }