From 125368d4db04fa5b2300975ed2ba59983309ee0f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2012 23:57:15 -0800 Subject: [PATCH] update docs with call on meta tag for responsive --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/scaffolding.html | 4 ++++ docs/templates/pages/scaffolding.mustache | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f35f984ce579a2056b7f9efd4862acf64c7101be..99ff15c06cf4cd7b17c0e6cc6140f53ae3ce9ba0 100644 GIT binary patch delta 445 zc-mV&lX>|}W}X0VW)?065K!1Zkw;P4+f2{j7l=zMxEUB(zB4i~u!sO9QIrL!viX3O zP39|*W&#S#u!Rb2ynTuTC@^_Brz2Ek^E=K!c94*xpb;C$a38bHm4Z12Afe}uW-wLC zPWyC0CI!e${-4ju=8bIpWbFcHnAVblN&%42`vzN>kWphbSZMu36;x+U{x;D7X1>m( z*9uIE`zK3oHevIH2nBE6D*{p_bV8rW+iddxQ{s~YPO*VRB2LLnt~(*lc$+g$ LOhDf?oKXh=TjZKW delta 445 zc-mV&lX>|}W}X0VW)?065O}$5B9Ef-Rdqf8Yd~CD!Og(P@|}@^fkgx;iJ~k(l?|e7 zGGBo-6Hs7=EmUCR?Nb~;fyv7`9oepdMK-_V3}gohISLwq6_3$3510<{yS@7qKJm@9N9 zy;cATNp3cQ2?cN7D*_S{I-$>WRekdRQ{s~YPO*VRB2LLnt~((P5tRjrY&+qN#8W!y z&vXsWn{?6vN$&GW7Yx&kk>uB$3Pj?`o%Tjk-F4as$?UtQ?T~mjXPiL1hBN8_?~uKF 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.

    diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index ba2076f310..c81f2e535b 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -281,6 +281,10 @@ +

    {{_i}}Requires meta tag{{/i}}

    +

    {{_i}}To ensure devices display responsive pages properly, include the viewport meta tag.{{/i}}

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

    {{_i}}What they do{{/i}}

    {{_i}}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.{{/i}}

      -- 2.47.3