Created
February 12, 2012 12:11
-
-
Save LeaVerou/1808215 to your computer and use it in GitHub Desktop.
Testcase
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
| /** | |
| * Testcase | |
| * Should be true on a 13.3" LCD at 1280x800 | |
| */ | |
| html { background: red } | |
| @media (min-resolution: 112dpi) and (max-resolution: 113dpi) { | |
| html { background: lime } | |
| } |
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
| {"view":"split-vertical","prefixfree":"","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment