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/css | |
parent | 114bbb73861ab38972a92b970547c46457cdcc33 (diff) |
Removing IE6 specific stylesheet, doing it with conditional comments to set a class.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main.scss | 14 | ||||
-rw-r--r-- | web/css/ie6.css | 17 |
2 files changed, 14 insertions, 17 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index b4e4a13f0..84994c62a 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -158,6 +158,20 @@ select, input, textarea { right: 10px; } +.ie6 #logo { + display: none; +} + +.ie6 #logoie { + width: 133px; + height: 26px; + filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mysociety-dark.png',sizingMethod='scale'); + position: absolute; + top: 4em; + right: 10px; + cursor: pointer; +} + #footer { clear: both; text-align: center; diff --git a/web/css/ie6.css b/web/css/ie6.css deleted file mode 100644 index fd3e26047..000000000 --- a/web/css/ie6.css +++ /dev/null @@ -1,17 +0,0 @@ -#logo { - display: none; -} - -#logoie { - width: 133px; - height: 26px; - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mysociety-dark.png',sizingMethod='scale'); - position: absolute; - top: 4em; - right: 10px; - cursor: pointer; -} - -#emptyhomes-footer { - zoom: 1; -} |