mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
fix eggs css - was missing fox
This commit is contained in:
parent
5043c46b5a
commit
fc788f3f86
1 changed files with 4 additions and 6 deletions
|
|
@ -5,9 +5,7 @@
|
|||
.Pet_Egg_PandaCub {background-position: 0px -153px; width: 48px; height: 51px}
|
||||
.Pet_Egg_LionCub {background-position: 0px -204px; width: 48px; height: 51px}
|
||||
.Pet_Egg_FlyingPig {background-position: 0px -255px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Dragon {background-position: 0px -306px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Cactus {background-position: 0px -357px; width: 48px; height: 51px}
|
||||
.Pet_Egg_BearCub {background-position: 0px -408px; width: 48px; height: 51px}
|
||||
|
||||
/* these not designed yet? */
|
||||
.Pet_Egg_Fox {background-position: 0px -408px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Fox {background-position: 0px -306px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Dragon {background-position: 0px -357px; width: 48px; height: 51px}
|
||||
.Pet_Egg_Cactus {background-position: 0px -408px; width: 48px; height: 51px}
|
||||
.Pet_Egg_BearCub {background-position: 0px -459px; width: 48px; height: 51px}
|
||||
Loading…
Reference in a new issue