Created
March 17, 2012 12:34
-
-
Save vquaiato/2058413 to your computer and use it in GitHub Desktop.
media queries to iPhone
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
<!--[if !IE]>--> | |
<link type="text/css" rel="stylesheet" media="only screen and (max-device-width: 480px)" | |
href="iPhone.css"> | |
<!--<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment