diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-11 12:24:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-17 11:13:34 +0100 |
commit | e1be6b75f154754172c7636f07866f7b428829d2 (patch) | |
tree | 1bd66735e20dee888565df68055806fad92a408c /web/down.default.html | |
parent | 87d849d7db3c35b5e540dee1f0ae22e27cc308e9 (diff) |
Add 'iel8' class to handle IE6-8 things.
Remove unused 'oldie' (that was IE6-9).
Diffstat (limited to 'web/down.default.html')
-rw-r--r-- | web/down.default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/down.default.html b/web/down.default.html index c109ece36..f86ca504f 100644 --- a/web/down.default.html +++ b/web/down.default.html @@ -1,7 +1,7 @@ <!doctype html> -<!--[if lt IE 7]><html class="ie6 oldie" lang="en-gb"><![endif]--> -<!--[if IE 7]> <html class="ie7 oldie" lang="en-gb"><![endif]--> -<!--[if IE 8]> <html class="ie8 oldie" lang="en-gb"><![endif]--> +<!--[if lt IE 7]><html class="ie6 iel8" lang="en-gb"><![endif]--> +<!--[if IE 7]> <html class="ie7 iel8" lang="en-gb"><![endif]--> +<!--[if IE 8]> <html class="ie8 iel8" lang="en-gb"><![endif]--> <!--[if gt IE 8]><!--><html lang="en-gb"><!--<![endif]--> <head> <title>FixMyStreet</title> |