Skip to content

Commit

Permalink
Removes filter for background image. It seems that this was breaking …
Browse files Browse the repository at this point in the history
…the scrollbars in IE8.
  • Loading branch information
simaob committed Nov 20, 2013
1 parent f4c0bba commit bdcbbe1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/species/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bdcbbe1

Please sign in to comment.