From fc788f3f86f6d49965dad59d5a8b6987144e9973 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Fri, 22 Mar 2013 19:35:40 -0600 Subject: [PATCH] fix eggs css - was missing fox --- public/img/sprites/PetEggs.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/img/sprites/PetEggs.css b/public/img/sprites/PetEggs.css index c8db9170f9..896a6da46d 100644 --- a/public/img/sprites/PetEggs.css +++ b/public/img/sprites/PetEggs.css @@ -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} \ No newline at end of file +.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} \ No newline at end of file