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/_main.scss | |
parent | 114bbb73861ab38972a92b970547c46457cdcc33 (diff) |
Removing IE6 specific stylesheet, doing it with conditional comments to set a class.
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 14 |
1 files changed, 14 insertions, 0 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; |