From: Mark Otto Date: Tue, 11 Sep 2012 05:44:08 +0000 (-0700) Subject: fixes #5059 manually: include media type in css getting started block X-Git-Tag: v2.2.0^2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39791a8ea8445932cebab737087da8710255556a;p=thirdparty%2Fbootstrap.git fixes #5059 manually: include media type in css getting started block --- 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>