diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 13:07:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 13:13:22 +0100 |
commit | b35a27ba34dd96b829284bbd33d22abdb744c35f (patch) | |
tree | 80b2f74414d9b37b8923715d8787f88d682856db /templates/web/default/header.html | |
parent | 3423cfe5e16e9130a25238cd76de76ec2bf07c67 (diff) |
Tidy up a bit of CSS.
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 7d9a7fbd9..f9df75f8f 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -1,8 +1,8 @@ <!doctype html> -<!--[if lt IE 7]><html class="ie6 oldie" lang="[% lang_code %]"><![endif]--> -<!--[if IE 7]> <html class="ie7 oldie" lang="[% lang_code %]"><![endif]--> -<!--[if IE 8]> <html class="ie8 oldie" lang="[% lang_code %]"><![endif]--> -<!--[if gt IE 8]><!--><html lang="[% lang_code %]"><!--<![endif]--> +<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="[% lang_code %]"><![endif]--> +<!--[if IE 7]> <html class="no-js ie7 oldie" lang="[% lang_code %]"><![endif]--> +<!--[if IE 8]> <html class="no-js ie8 oldie" lang="[% lang_code %]"><![endif]--> +<!--[if gt IE 8]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]--> <head> <meta name="viewport" content="initial-scale=1.0; target-densitydpi=device-dpi"> |