Skip to content

Instantly share code, notes, and snippets.

@hartct
Created September 22, 2011 00:59
Show Gist options
  • Save hartct/1233774 to your computer and use it in GitHub Desktop.
Save hartct/1233774 to your computer and use it in GitHub Desktop.
CSS links for both iPhone & iPad
<link href="/stylesheets/mobile/tablet.css?1308515841" media="only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1)" rel="stylesheet" type="text/css" />
<link href="/stylesheets/mobile/mobile.css?1308364516" media="only screen and (max-device-width: 480px)" rel="stylesheet" type="text/css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment