Skip to content

Instantly share code, notes, and snippets.

@wfendler
Created April 9, 2013 18:35
Show Gist options
  • Save wfendler/5348184 to your computer and use it in GitHub Desktop.
Save wfendler/5348184 to your computer and use it in GitHub Desktop.
/**
* Backgrounds
*/
.bg--radial {
background: url('/public/images/bg-radial.png') transparent no-repeat center bottom;
}
@include media-query(1035px){
.bg--radial {
background: url('/public/images/bg-grate--alt.png') transparent no-repeat center bottom;
}
}
.lt-ie9 .bg--grate {
background: url('/public/images/bg-grate--alt.png') transparent no-repeat center bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment