/* IPHONE.CSS
   The iPhone has a few interesting characteristics that may need addressing. Hit area's, cache sizes, etc.
   Depending on the @media rule used to import this file we could either be tweeking the standard design, or
   creating an entirely new design for iPhone only
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2010/07/12
   Last updated by:  Matt Wilcox
   ----------------------------------------------------------------------------------------------------------------------- */

/* iPhone with Retina display
   NOTE:      Supply HD images for use on devices with high-density displays
   REFERENCE: http://mattwilcox.net/archive/entry/id/1048/ */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* .hd {
    background-image : url(600x600.jpg);
    background-size : 300px 300px; } */
}
