test/css/sprites/layout.css in ezy-0.0.6 vs test/css/sprites/layout.css in ezy-0.0.7

- old
+ new

@@ -1,23 +1,22 @@ .classic { - background-image: url('../../img/test-layout.png?23071384207639'); + background-image: url('../../img/test-layout.png?19081384279708'); background-repeat: no-repeat; - background-position-x: 0%; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .classic { /* Retina sprite */ - background-image: url('../../img/test-layout@2x.png?23071384207639'); + background-image: url('../../img/test-layout@2x.png?19081384279708'); background-size: 718px auto; } } .classic { background-position: -159px -140px; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .classic { /* Retina sprite */ - background-position: -209px 0px; + background-position: -209px 0; } }