From bdcbbe120be4a4d7318259b1bafa7664c1894d6c Mon Sep 17 00:00:00 2001 From: Simao Belchior de Castro Date: Wed, 20 Nov 2013 11:07:59 +0000 Subject: [PATCH] Removes filter for background image. It seems that this was breaking the scrollbars in IE8. --- app/assets/stylesheets/species/all.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/species/all.css b/app/assets/stylesheets/species/all.css index 2368056d64..b481991fc1 100755 --- a/app/assets/stylesheets/species/all.css +++ b/app/assets/stylesheets/species/all.css @@ -38,14 +38,6 @@ body { background-position: top center; } -html.lt-ie9 body { - background: none; - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( - src='/assets/species/background_1.jpg', - sizingMethod='scale'); -} - - body.inner { background-attachment: fixed; }