// home is valid W3C!

This commit is contained in:
Kevin Granger
2013-12-05 10:38:59 +01:00
parent 7117a6f4fd
commit 5e9db96f61
4 changed files with 10 additions and 22 deletions
+1 -6
View File
@@ -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;
}
}