diff options
| author | Mark Otto <[email protected]> | 2012-09-10 22:44:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-10 22:44:08 -0700 |
| commit | 39791a8ea8445932cebab737087da8710255556a (patch) | |
| tree | a311c8aa5bfeaf93d9c77396f9037010cd95baa8 /docs | |
| parent | cd2b12f788f9c1d32ae20929f7deefb5ad2d99e8 (diff) | |
| download | bootstrap-39791a8ea8445932cebab737087da8710255556a.tar.xz bootstrap-39791a8ea8445932cebab737087da8710255556a.zip | |
fixes #5059 manually: include media type in css getting started block
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
2 files changed, 2 insertions, 2 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 @@ <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 e9f86dc98..77e16d225 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> |
