Skip to content

Commit

Permalink
Merge pull request h5bp#55 from davidcalhoun/patch-4
Browse files Browse the repository at this point in the history
adding mozilla min-device-pixel-ratio variant (see https://developer.mozi
  • Loading branch information
chuanxshi committed Sep 1, 2011
2 parents d7c338c + 618f995 commit b1ca677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Expand Up @@ -231,6 +231,7 @@ textarea.contenteditable {-webkit-appearance: none;}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
/* Styles */
}

0 comments on commit b1ca677

Please sign in to comment.