diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 15:30:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 15:30:52 +0100 |
commit | 572f1a9ffdfa895bb46184c21a0b960587fa6cf6 (patch) | |
tree | f6db4c1c5d262fb9f15b9fc9d19aaa2dc7287dd2 /web/down.default.html | |
parent | 114bbb73861ab38972a92b970547c46457cdcc33 (diff) |
Removing IE6 specific stylesheet, doing it with conditional comments to set a class.
Diffstat (limited to 'web/down.default.html')
-rw-r--r-- | web/down.default.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/down.default.html b/web/down.default.html index 10502d89b..c109ece36 100644 --- a/web/down.default.html +++ b/web/down.default.html @@ -1,12 +1,12 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en-gb"> +<!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 gt IE 8]><!--><html lang="en-gb"><!--<![endif]--> <head> <title>FixMyStreet</title> <link rel="stylesheet" type="text/css" href="/css/core.css"> <link rel="stylesheet" type="text/css" href="/css/main.css"> -<!--[if LT IE 7]> - <link rel="stylesheet" type="text/css" href="/css/ie6.css"> -<![endif]--> </head> <body> |