diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
commit | 77a6b78dd4732d6943963e4ed9b0775ffe615db6 (patch) | |
tree | 1d0f24eba4f6b642ebf366940fbe2a570713cc83 /web/css | |
parent | c721134411970bbd987857e68d04f6810ba86b71 (diff) | |
parent | de4dcf6c785dff4775dee837f1156f2e16e30b6b (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Conflicts:
web/css/core.css
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 7 | ||||
-rw-r--r-- | web/css/core.scss | 9 | ||||
-rw-r--r-- | web/css/ie6-378.css | 4 | ||||
-rw-r--r-- | web/css/ie6.css | 5 |
4 files changed, 0 insertions, 25 deletions
diff --git a/web/css/core.css b/web/css/core.css index 4dd0a974b..ac29dfe7a 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -131,13 +131,6 @@ margin-bottom: 30px; } #mysociety #category_meta label { width: 10em; } -#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 4fbc6aaca..4e8d732d5 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -216,15 +216,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; } |