Skip to content

Commit

Permalink
Merge pull request #114 from unepwcmc/hotfix-0.3.6
Browse files Browse the repository at this point in the history
Removes filter fix for background image on IE < 9
  • Loading branch information
agnessa committed Nov 20, 2013
2 parents f4c0bba + bdcbbe1 commit 4b78673
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 4b78673

Please sign in to comment.