Sha256: 6bba630a69f1e952a676e07c8b0c765b743ecaf8fa0d900393bf12c728ad5b5a

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 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.png
          test/images/regular.css

        Output size:
          320x64


*/
img.regular1 { width: 64px; height: 64px; background: url(regular.png) 0px 0px no-repeat; }
img.regular2 { width: 64px; height: 64px; background: url(regular.png) -64px 0px no-repeat; }
img.regular3 { width: 64px; height: 64px; background: url(regular.png) -128px 0px no-repeat; }
img.regular4 { width: 64px; height: 64px; background: url(regular.png) -192px 0px no-repeat; }
img.regular5 { width: 64px; height: 64px; background: url(regular.png) -256px 0px no-repeat; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprite-factory-1.2.0 test/images/reference/regular.css
sprite-factory-1.0.0 test/images/reference/regular.css