Sha256: f984d3f64b7426b64ac7018e65b6ee3d3bf287cdcf0dd517b524f4c612b2231d
Contents?: true
Size: 1.07 KB
Versions: 23
Compression:
Stored size: 1.07 KB
Contents
/* Creating a sprite from following images: test/images/irregular/irregular1.png (60x60) test/images/irregular/irregular2.png (16x16) test/images/irregular/irregular3.png (48x48) test/images/irregular/irregular4.png (34x14) test/images/irregular/irregular5.png (46x25) Output files: test/images/irregular.horizontal.png test/images/irregular.horizontal.css Output size: 204x60 */ img.horizontal_irregular1 { width: 60px; height: 60px; background: url(irregular.horizontal.png) 0px 0px no-repeat; } img.horizontal_irregular2 { width: 16px; height: 16px; background: url(irregular.horizontal.png) -60px -22px no-repeat; } img.horizontal_irregular3 { width: 48px; height: 48px; background: url(irregular.horizontal.png) -76px -6px no-repeat; } img.horizontal_irregular4 { width: 34px; height: 14px; background: url(irregular.horizontal.png) -124px -23px no-repeat; } img.horizontal_irregular5 { width: 46px; height: 25px; background: url(irregular.horizontal.png) -158px -17px no-repeat; }
Version data entries
23 entries across 23 versions & 2 rubygems