From: Mark Otto Date: Sun, 5 Feb 2012 07:57:15 +0000 (-0800) Subject: update docs with call on meta tag for responsive X-Git-Tag: v2.0.1~1^2~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=125368d4db04fa5b2300975ed2ba59983309ee0f;p=thirdparty%2Fbootstrap.git update docs with call on meta tag for responsive --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f35f984ce5..99ff15c06c 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 9819846a8c..b8dc426640 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -357,6 +357,10 @@ +

Requires meta tag

+

To ensure devices display responsive pages properly, include the viewport meta tag.

+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+

What they do

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.