fixed invalid steam background image path
This commit is contained in:
parent
41edb6053e
commit
84a6e743e1
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ $setup-time: 80s / 24; /* 24 frames / sec; the initial sequence is 80 seconds */
|
||||||
|
|
||||||
width: 249px;
|
width: 249px;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
background: url("../img/loader/steam.png") 0 0;
|
background: url("img/loader/steam.png") 0 0, url("../img/loader/steam.png") 0 0;
|
||||||
background: url("img/loader/steam.png") 0 0;
|
|
||||||
|
|
||||||
animation: sprite-steam 2.5s steps(50) forwards infinite;
|
animation: sprite-steam 2.5s steps(50) forwards infinite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue