test/css/sprites/layout.css in ezy-0.2.0.alpha vs test/css/sprites/layout.css in ezy-0.2.0

- old
+ new

@@ -1,13 +1,13 @@ .classic { - background-image: url('../../img/test-layout.png?19551384282552'); + background-image: url('../../img/test-layout.png?15501385736652'); 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-layout@2x.png?19551384282552'); + background-image: url('../../img/test-layout@2x.png?15501385736652'); background-size: 718px auto; } } .classic {