diff options
author | matthew <matthew> | 2008-05-06 10:38:25 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-06 10:38:25 +0000 |
commit | 1911d3b54e49a2f49c7d6cf6c10ba422ec00cd82 (patch) | |
tree | f1706e74d0a4d57abf32ad3b8e5615129fb4b481 /web/css | |
parent | a96549b040e10e27d7cc9be8f84a0b12fb84629a (diff) |
Get it working-ish.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 10 | ||||
-rw-r--r-- | web/css/ie6.css | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/web/css/core.css b/web/css/core.css index 9efc0b35a..0990c235b 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -161,12 +161,12 @@ ul#error { /* Map */ #watermark { - background: url("/mojwatermark5.png"); - height: 508px; - width: 508px; + background: url("/i/mojwatermark6.png"); + height: 113px; + width: 231px; position: absolute; - top: 0; - left: 0; + bottom: 0; + right: 0; } #map_box { diff --git a/web/css/ie6.css b/web/css/ie6.css index 073905425..d015efe6b 100644 --- a/web/css/ie6.css +++ b/web/css/ie6.css @@ -1,4 +1,4 @@ #watermark { background: none; - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mojwatermark5.png',sizingMethod='scale'); + filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mojwatermark6.png',sizingMethod='scale'); } |