Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created November 28, 2012 15:16
Show Gist options
  • Select an option

  • Save madrobby/4161897 to your computer and use it in GitHub Desktop.

Select an option

Save madrobby/4161897 to your computer and use it in GitHub Desktop.

Revisions

  1. madrobby created this gist Nov 28, 2012.
    10 changes: 10 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    @media (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi),
    (min-resolution: 1.5dppx) {

    /* Retina rules! */

    }