diff options
author | matthew <matthew> | 2008-05-21 16:13:12 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-21 16:13:12 +0000 |
commit | d544d857c2334deb4db1c92e62c9e600dd1c0502 (patch) | |
tree | 86723133042631d95777765f58b7036353ec9364 /web/css | |
parent | 423bebc84eca1f999d88c30405850b7e1f23bca2 (diff) |
MS logo on FixMyStreet.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/ie6.css | 13 | ||||
-rw-r--r-- | web/css/main.css | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/web/css/ie6.css b/web/css/ie6.css index d015efe6b..8dcd824de 100644 --- a/web/css/ie6.css +++ b/web/css/ie6.css @@ -2,3 +2,16 @@ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mojwatermark6.png',sizingMethod='scale'); } + +#logo { + display: none; +} + +#logoie { + width: 133px; + height: 26px; + filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mysociety-dark.png',sizingMethod='scale'); + position: absolute; + top: 4em; + right: 10px; +} diff --git a/web/css/main.css b/web/css/main.css index ab3522825..c431fa16f 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -111,6 +111,13 @@ blockquote { background-position: 100% 0; } +#logo { + border: none; + position: absolute; + top: 4em; + right: 10px; +} + #footer { clear: both; text-align: right; |