From: Mark Otto Date: Thu, 31 Jan 2013 01:46:18 +0000 (-0800) Subject: add meta tag to second example X-Git-Tag: v2.3.0^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4ce35ddc262f0b70a4851009317f153fbf6057;p=thirdparty%2Fbootstrap.git add meta tag to second example --- diff --git a/docs/getting-started.html b/docs/getting-started.html index 91026e0090..6479b9fb24 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -219,6 +219,7 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> </head> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index a2124b9a11..ae1534ce36 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -148,6 +148,7 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> </head>