Use the asset pipeline to load the sprite
This commit is contained in:
parent
b7b68aee36
commit
318f578954
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue