diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-07 11:55:59 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-07 11:55:59 +0000 |
commit | 4266ae67e9f26dc2b354337527d69f1521aee4ce (patch) | |
tree | b05ce9ce96450a30e1dbed30ed19f8d868c82a1c | |
parent | 7dc515c80fce5550c0734f7c8ff6d0524f522b36 (diff) |
pretty ie6 'fixed' gif
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | web/cobrands/fixmystreet/images/ie_fixed.gif | bin | 0 -> 321 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/images/ie_fixed.gif b/web/cobrands/fixmystreet/images/ie_fixed.gif Binary files differnew file mode 100644 index 000000000..438bd6894 --- /dev/null +++ b/web/cobrands/fixmystreet/images/ie_fixed.gif diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 9f76c4fbb..068e9a71f 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -662,8 +662,8 @@ body.twothirdswidthpage { .ie6 .banner p { top:-1.5em; &#fixed { - padding-top:1em; - background-image:none; + background-image:url(images/ie_fixed.gif); + background-position:center 0.75em; } } |