Created
February 16, 2013 05:10
-
-
Save brianreavis/4965638 to your computer and use it in GitHub Desktop.
This file contains 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
/* add this... */ | |
ol.dribbbles li div.dribbble-img, div.the-shot div.single-grid { | |
background: url(http://i.imgur.com/31Ca2d2.png); | |
} | |
@media only screen and (min-device-pixel-ratio: 2), | |
only screen and (-webkit-min-device-pixel-ratio: 2), | |
only screen and (min--moz-device-pixel-ratio: 2), | |
only screen and (-o-min-device-pixel-ratio: ~"2/1") { | |
ol.dribbbles li div.dribbble-img, div.the-shot div.single-grid { | |
background: url(http://i.imgur.com/BeuHNKk.png); | |
background-size: 20px; | |
} | |
} | |
/* remove this: */ | |
ol.dribbbles li div.dribbble div.dribbble-shot { | |
background: url(/images/dribbble-check-sm.png) no-repeat top left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment