Sha256: e0d6e9104ba185b61cc6512b90438e1bd045e89174770fb62f111030f3a5ef26
Contents?: true
Size: 607 Bytes
Versions: 2
Compression:
Stored size: 607 Bytes
Contents
/* Creating a sprite from following images: test/images/glob/included1.png (64x64) test/images/glob/included2.png (64x64) test/images/glob/included3.png (64x64) Output files: test/images/glob.png test/images/glob.css Output size: 192x64 */ img.included1 { width: 64px; height: 64px; background: url(glob.png) 0px 0px no-repeat; } img.included2 { width: 64px; height: 64px; background: url(glob.png) -64px 0px no-repeat; } img.included3 { width: 64px; height: 64px; background: url(glob.png) -128px 0px no-repeat; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprite-factory-1.7.1 | test/images/reference/glob.css |
sprite-factory-1.7 | test/images/reference/glob.css |