1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

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

This commit is contained in:
Mark Otto
2012-09-10 22:44:08 -07:00
parent cd2b12f788
commit 39791a8ea8
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>