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 zcmZ2JlX>|}W}X0VW)?065K!1Zkw;P4+f2{j7l=zMxEUB(zB4i~u!sO9QIrL!viX3O zP39|*W&-M)VG9-5c>5FwP+;>wdWK_fPh;XY=YD+O~5Ktj(Q&0wmO zo%ZR1ObU>h{6C))tkBmCYW!sF0%w@kl7dPBkk1#%i$8`iUy2&YJvfq5;f& zok_11m=yOl- zWkDj_PIx2nlur61@g|*gfanLS{Cv^{B8Oy}F_Qe6Q-Mf4xzpZgc6XgNLNfdAX*(DX Q=y;nmPE5d1X*i<}09)jmMF0Q* delta 445 zcmZ2JlX>|}W}X0VW)?065O}$5B9Ef-Rdqf8Yd~CD!Og(P@|}@^fkgx;iJ~k(l?|e7 zGGBo-6Hwm_Td2Us+ow2y0+W|>IvyG|P+nSJ-P9TLyxj1!30 Ha7G;f?~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}}