diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-24 17:03:10 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-24 17:03:10 +0000 |
commit | 0edb09fe90dd845b6889103f8cc5aeabb959c079 (patch) | |
tree | ea830ede2ee0f5717bc2c3146584cec8a109ffe8 | |
parent | 8ab4c06afdc4c34d8baf4750caf00bdef0a0e851 (diff) |
Take out opacity ie filters, they look pants
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 1037f06c0..12856ad2a 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -156,9 +156,9 @@ body { width:84px; height:16px; background-position:-260px -43px; - @include opacity(0.8); + opacity: 0.8; &:hover { - @include opacity(1); + opacity: 1; } } &:hover{ @@ -345,9 +345,9 @@ body.twothirdswidthpage { margin:0 auto; text-indent: -999999px; background: url(images/sprite.png) -12px -3610px no-repeat; - @include opacity(0.8); + opacity: 0.8; &:hover { - @include opacity(1); + opacity: 1; } &.m-app-iphone { background-position: -12px -3610px; |