Created
December 7, 2012 03:19
-
-
Save ccheney/4230486 to your computer and use it in GitHub Desktop.
CSS: Retina
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
@media (min--moz-device-pixel-ratio: 1.5), | |
(-o-min-device-pixel-ratio: 3/2), | |
(-webkit-min-device-pixel-ratio: 1.5), | |
(min-device-pixel-ratio: 1.5), | |
(min-resolution: 144dpi), | |
(min-resolution: 1.5dppx) { | |
/* http://mir.aculo.us */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment