
Deano
By: a guest on
Oct 27th, 2010 | syntax:
CSS | size: 0.60 KB | hits: 621 | expires: Never
/* Start Apple Styles */
/*
These styles support Apple products display of CSS.
NOTES: (orientation:landscape), (orientation:portrait) can be used
Uses CSS3.
*/
/* iPad [portrait + landscape] */
@media only screen and (min-device-width:768px) and (max-device-width:1024px)
{
}
/* iPhone 4 [portrait + landscape] */
@media only screen and (resolution:326dpi)
{
}
/* iPhone 3 [portrait + landscape] */
@media only screen and (max-device-width:480px)
{
}
/* iPod Touch and older [portrait + landscape] */
@media only screen and (resolution:326dpi)
{
}
/* End Apple Styles */