aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-30 17:46:18 -0800
committerMark Otto <[email protected]>2013-01-30 17:46:18 -0800
commitdd4ce35ddc262f0b70a4851009317f153fbf6057 (patch)
tree3e8eb783c136e3eead2b17146bbcc4ae39598ac2 /docs
parenta5fc3e06676769a0586d0cfed93632691c6e79a6 (diff)
downloadbootstrap-dd4ce35ddc262f0b70a4851009317f153fbf6057.tar.xz
bootstrap-dd4ce35ddc262f0b70a4851009317f153fbf6057.zip
add meta tag to second example
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html1
-rw-r--r--docs/templates/pages/getting-started.mustache1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 91026e009..6479b9fb2 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -219,6 +219,7 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;!-- Bootstrap --&gt;
&lt;link href="css/bootstrap.min.css" rel="stylesheet" media="screen"&gt;
&lt;/head&gt;
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index a2124b9a1..ae1534ce3 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -148,6 +148,7 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;!-- Bootstrap --&gt;
&lt;link href="css/bootstrap.min.css" rel="stylesheet" media="screen"&gt;
&lt;/head&gt;