Sha256: b6d2428f9429ad8e0630764e73dceb47ae5f49edd1d47244122bc87ad61896c1
Contents?: true
Size: 755 Bytes
Versions: 7
Compression:
Stored size: 755 Bytes
Contents
/* Creating a sprite from following images: test/images/formats/alice.gif (50x50) test/images/formats/monkey.gif (50x50) test/images/formats/spies.jpg (150x92) test/images/formats/thief.png (50x50) Output files: test/images/formats.png test/images/formats.css Output size: 300x92 */ img.alice { width: 50px; height: 50px; background: url(formats.png) 0px -21px no-repeat; } img.monkey { width: 50px; height: 50px; background: url(formats.png) -50px -21px no-repeat; } img.spies { width: 150px; height: 92px; background: url(formats.png) -100px 0px no-repeat; } img.thief { width: 50px; height: 50px; background: url(formats.png) -250px -21px no-repeat; }
Version data entries
7 entries across 7 versions & 1 rubygems