diff options
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; |