Slide 31
Slide 31 text
Delightfully simple with Compass
Sprites
foo-sprite.png
.icon-sprite, .icon-error, .icon-info, .icon-success {
background: url('../images/icon-sa3bc8b9105.png') no-repeat; }
.icon-error {
background-position: 0 0;
height: 19px;
width: 20px; }
.icon-info {
background-position: 0 -19px;
height: 21px;
width: 20px; }
.icon-success {
background-position: 0 -40px;
height: 21px;
width: 20px; }