links for 2011-06-21
-
iPhone / iPod Touch
@media only screen and (max-device-width: 480px) { }iPhone / iPod Touch with Retina Display
@media only screen and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) { }iPad
@media only screen and (min-device-width: 481px)
and (max-device-width: 1024px) and (orientation:portrait) { }@media only screen and (min-device-width: 481px)
and (max-device-width: 1024px) and (orientation:landscape) { }