Skip to content

Instantly share code, notes, and snippets.

@loonies
Created July 4, 2011 10:40
Show Gist options
  • Save loonies/1063192 to your computer and use it in GitHub Desktop.
Save loonies/1063192 to your computer and use it in GitHub Desktop.
Webkit CSS hacks
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit specific code here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment