test/css/sprites/spacing.css in ezy-0.3.3 vs test/css/sprites/spacing.css in ezy-0.4.0.beta

- old
+ new

@@ -1,22 +1,22 @@ .classic { - background-image: url('../../img/test-spacing.png?10341392543291'); + background-image: url('../../img/test-spacing.png?17351396798557'); background-repeat: no-repeat; } @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 (-ms-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-spacing@2x.png?10341392543291'); + background-image: url('../../img/test-spacing@2x.png?17351396798557'); background-size: 159px auto; } } .classic { - background-position: 0 -381px; + background-position: 0 -191px; } @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 (-ms-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: 0 -481px; + background-position: 0 -241px; } }