diff --git a/docs/getting-started.html b/docs/getting-started.html
index 74f91b7958..8f00b155f4 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -220,7 +220,7 @@
<head>
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
- <link href="css/bootstrap.min.css" rel="stylesheet">
+ <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1>Hello, world!</h1>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index e9f86dc986..77e16d2257 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -149,7 +149,7 @@
<head>
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
- <link href="css/bootstrap.min.css" rel="stylesheet">
+ <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1>Hello, world!</h1>