diff options
| author | Julian Thilo <[email protected]> | 2013-11-02 13:34:31 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-11-02 13:34:31 +0100 |
| commit | 88b651012d5ccefde2088010134079c8eccc6051 (patch) | |
| tree | dd61735cd8200995bc28e335ea97b7c63c1942b3 /getting-started.html | |
| parent | be60ee1377c3d6ab37f1333443b903975df8f33b (diff) | |
| download | bootstrap-88b651012d5ccefde2088010134079c8eccc6051.tar.xz bootstrap-88b651012d5ccefde2088010134079c8eccc6051.zip | |
Fix #7398 in Basic template
See https://github.com/twbs/bootstrap/issues/7398#issuecomment-27617890 for details.
Thanks @martinburger
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index cdc9e7603..da317aa84 100644 --- a/getting-started.html +++ b/getting-started.html @@ -108,7 +108,7 @@ bootstrap/ <title>Bootstrap 101 Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> - <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
