aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-10 22:44:08 -0700
committerMark Otto <[email protected]>2012-09-10 22:44:08 -0700
commit39791a8ea8445932cebab737087da8710255556a (patch)
treea311c8aa5bfeaf93d9c77396f9037010cd95baa8 /docs/getting-started.html
parentcd2b12f788f9c1d32ae20929f7deefb5ad2d99e8 (diff)
downloadbootstrap-39791a8ea8445932cebab737087da8710255556a.tar.xz
bootstrap-39791a8ea8445932cebab737087da8710255556a.zip
fixes #5059 manually: include media type in css getting started block
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 74f91b795..8f00b155f 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -220,7 +220,7 @@
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
&lt;!-- Bootstrap --&gt;
- &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
+ &lt;link href="css/bootstrap.min.css" rel="stylesheet" media="screen"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;