Sha256: f0ee989e675c6f85e96d2dc0ef57cba2dea6a58235600fa3df664eb79fde9b0d
Contents?: true
Size: 1021 Bytes
Versions: 2
Compression:
Stored size: 1021 Bytes
Contents
/* Creating a sprite from following images: test/images/regular/regular1.png (64x64) test/images/regular/regular2.png (64x64) test/images/regular/regular3.png (64x64) test/images/regular/regular4.png (64x64) test/images/regular/regular5.png (64x64) Output files: test/images/regular.vertical.png test/images/regular.vertical.css Output size: 64x320 */ img.vertical_regular1 { width: 64px; height: 64px; background: url(regular.vertical.png) 0px 0px no-repeat; } img.vertical_regular2 { width: 64px; height: 64px; background: url(regular.vertical.png) 0px -64px no-repeat; } img.vertical_regular3 { width: 64px; height: 64px; background: url(regular.vertical.png) 0px -128px no-repeat; } img.vertical_regular4 { width: 64px; height: 64px; background: url(regular.vertical.png) 0px -192px no-repeat; } img.vertical_regular5 { width: 64px; height: 64px; background: url(regular.vertical.png) 0px -256px no-repeat; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprite-factory-1.2.0 | test/images/reference/regular.vertical.css |
sprite-factory-1.0.0 | test/images/reference/regular.vertical.css |