aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-04 23:57:15 -0800
committerMark Otto <[email protected]>2012-02-04 23:57:15 -0800
commit125368d4db04fa5b2300975ed2ba59983309ee0f (patch)
treef56f9e64c767373994b14f53776f92ec13c1a3fb /docs/templates
parenta2848ebb0000f3dbe9ba29ec91713bef072b1668 (diff)
downloadbootstrap-125368d4db04fa5b2300975ed2ba59983309ee0f.tar.xz
bootstrap-125368d4db04fa5b2300975ed2ba59983309ee0f.zip
update docs with call on meta tag for responsive
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/scaffolding.mustache4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index ba2076f31..c81f2e535 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -281,6 +281,10 @@
</tbody>
</table>
+ <h3>{{_i}}Requires meta tag{{/i}}</h3>
+ <p>{{_i}}To ensure devices display responsive pages properly, include the viewport meta tag.{{/i}}</p>
+ <pre class="prettyprint linenums">&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</pre>
+
<h3>{{_i}}What they do{{/i}}</h3>
<p>{{_i}}Media queries allow for custom CSS based on a number of conditions&mdash;ratios, widths, display type, etc&mdash;but usually focuses around <code>min-width</code> and <code>max-width</code>.{{/i}}</p>
<ul>