Commit 39791a8e authored by Mark Otto's avatar Mark Otto

fixes #5059 manually: include media type in css getting started block

parent cd2b12f7
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<head> <head>
<title>Bootstrap 101 Template</title> <title>Bootstrap 101 Template</title>
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head> </head>
<body> <body>
<h1>Hello, world!</h1> <h1>Hello, world!</h1>
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<head> <head>
<title>Bootstrap 101 Template</title> <title>Bootstrap 101 Template</title>
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head> </head>
<body> <body>
<h1>Hello, world!</h1> <h1>Hello, world!</h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment