Sha256: 4a224291c2cf4deb08731cd7dbea51ade87aa4e4aeaa06f651d6d97d9f85cde1
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
.classic { background-image: url('../../img/test-layout.png?22091386277782'); 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?22091386277782'); 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 (-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: -209px 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ezy-0.2.6.alpha | test/css/sprites/layout.css |