// home is valid W3C!
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and (min-device-pixel-ratio: 2) {
|
||||
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
.replace-2x {
|
||||
font-size: 1px;
|
||||
}
|
||||
|
||||
.example {
|
||||
background-image: url(../images/example2x.png);
|
||||
-webkit-background-size:13px 13px;
|
||||
@@ -13,5 +9,4 @@ only screen and (min-device-pixel-ratio: 2) {
|
||||
-o-background-size:13px 13px;
|
||||
background-size:13px 13px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user