/ Published in: CSS
Expand |
Embed | Plain Text
@media only screen and (-webkit-min-device-pixel-ratio: 2) { /* fancy iPhone 4-specific styles go here */ }
You need to login to post a comment.
mariusscheel on 06/24/10
2 people have marked this snippet as a favorite
@media only screen and (-webkit-min-device-pixel-ratio: 2) { /* fancy iPhone 4-specific styles go here */ }
You need to login to post a comment.