Created
April 15, 2012 21:03
-
-
Save cweider/2394800 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (-webkit-min-device-pixel-ratio: 2) { | |
img[src="images/icon.png"] { | |
content: url("images/[email protected]"); | |
} | |
img[src="images/store_small.png"] { | |
content: url("images/[email protected]"); | |
} | |
img[src="images/screen_fail.png"] { | |
content: url("images/[email protected]"); | |
} | |
img[src="images/screen_play.png"] { | |
content: url("images/[email protected]"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment