diff options
| author | Zlatan Vasović <[email protected]> | 2014-01-19 13:27:17 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-01-19 13:27:17 +0100 |
| commit | cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf (patch) | |
| tree | f72725b65ac0af882406bad8bca673ec8c44679c /docs/examples/theme | |
| parent | 7e145a13c8aaeab8c22fceab73e5e1e149dcd720 (diff) | |
| download | bootstrap-cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf.tar.xz bootstrap-cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf.zip | |
Improve <meta> tags
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index e4b2d1a40..f53cbe817 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> |
