From 6ab7f377e14bbf83747d434241b1f1c0a26daf80 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 9 Aug 2011 09:45:36 +0100 Subject: Remove watermark CSS, and put CSS first in head where it should be. --- web/css/core.css | 8 -------- web/css/core.scss | 9 --------- web/css/ie6-378.css | 4 ---- web/css/ie6.css | 5 ----- 4 files changed, 26 deletions(-) delete mode 100644 web/css/ie6-378.css (limited to 'web/css') diff --git a/web/css/core.css b/web/css/core.css index d468f097d..6dc75e6a1 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -160,14 +160,6 @@ clear: none; margin-bottom: 1em; } -#mysociety #watermark { - background: url("/i/mojwatermark6.png"); - height: 113px; - width: 231px; - position: absolute; - bottom: 0; - right: 0; -} #mysociety #map_box { float: right; width: 502px; diff --git a/web/css/core.scss b/web/css/core.scss index 22bdc3d2e..55fda5a31 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -208,15 +208,6 @@ $map_width: 500px; // Map - #watermark { - background: url("/i/mojwatermark6.png"); - height: 113px; - width: 231px; - position: absolute; - bottom: 0; - right: 0; - } - #map_box { float: right; width: $map_width + 2px; diff --git a/web/css/ie6-378.css b/web/css/ie6-378.css deleted file mode 100644 index 83efdb634..000000000 --- a/web/css/ie6-378.css +++ /dev/null @@ -1,4 +0,0 @@ -#mysociety #watermark { - background: none; - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mojwatermark-378.png',sizingMethod='scale'); -} diff --git a/web/css/ie6.css b/web/css/ie6.css index 3bb91aa31..fd3e26047 100644 --- a/web/css/ie6.css +++ b/web/css/ie6.css @@ -1,8 +1,3 @@ -#mysociety #watermark { - background: none; - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mojwatermark6.png',sizingMethod='scale'); -} - #logo { display: none; } -- cgit v1.2.3