Sha256: cee6c6078d135c1fcb985b2df9b2490c5f2aefa4dfcd1bbd235ab71afc41bede
Contents?: true
Size: 963 Bytes
Versions: 23
Compression:
Stored size: 963 Bytes
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.png test/images/irregular.css Output size: 204x60 */ img.irregular1 { width: 60px; height: 60px; background: url(irregular.png) 0px 0px no-repeat; } img.irregular2 { width: 16px; height: 16px; background: url(irregular.png) -60px -22px no-repeat; } img.irregular3 { width: 48px; height: 48px; background: url(irregular.png) -76px -6px no-repeat; } img.irregular4 { width: 34px; height: 14px; background: url(irregular.png) -124px -23px no-repeat; } img.irregular5 { width: 46px; height: 25px; background: url(irregular.png) -158px -17px no-repeat; }
Version data entries
23 entries across 23 versions & 2 rubygems