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/getting-started.html | |
| 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/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
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 @@ <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> |
