diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 16:33:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 16:33:55 +0100 |
commit | 4cdc50037c8abb27744d672a2ad496bb27086652 (patch) | |
tree | db94d3c1042630c166a2d0d10a13fd85251dd0d2 | |
parent | 84f6c7c1bbb495755435173959d8a4ca34b9a748 (diff) |
Add target-densitydpi (perhaps temporarily, perhaps not, who can say).
-rw-r--r-- | templates/web/default/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 08786961d..7d9a7fbd9 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -5,7 +5,7 @@ <!--[if gt IE 8]><!--><html lang="[% lang_code %]"><!--<![endif]--> <head> - <meta name="viewport" content="initial-scale=1.0"> + <meta name="viewport" content="initial-scale=1.0; target-densitydpi=device-dpi"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> |