Use the asset pipeline to load the sprite

This commit is contained in:
Tom Hughes 2012-10-30 22:41:07 +00:00
parent b7b68aee36
commit 318f578954

View file

@ -256,7 +256,7 @@ h2 {
text-transform: capitalize;
padding-left: 0px;
padding-right: 0px;
background: url(sprite.png);
background: image-url("sprite.png");
position: absolute;
top: 5px;
cursor: pointer;
@ -308,7 +308,7 @@ h2 {
border: 0px;
padding-left: 0px;
padding-right: 0px;
background: url(sprite.png) 0 -30px no-repeat;
background: image-url("sprite.png") 0 -30px no-repeat;
position: absolute;
top: 8px;
}