From a84d1920bf5dc91dbc9818dfccf400b9abcaad5c Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 27 Mar 2013 17:57:39 -0700 Subject: [PATCH] pets: remove unecessary css --- public/img/sprites/PetEggs.css | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/public/img/sprites/PetEggs.css b/public/img/sprites/PetEggs.css index 3d42804a1a..bd70a03b65 100644 --- a/public/img/sprites/PetEggs.css +++ b/public/img/sprites/PetEggs.css @@ -19,21 +19,4 @@ .Pet_HatchingPotion_Zombie {background-position: -48px -306px; width: 48px; height: 51px} .Pet_HatchingPotion_CottonCandyPink {background-position: -48px -357px; width: 48px; height: 51px} .Pet_HatchingPotion_CottonCandyBlue {background-position: -48px -408px; width: 48px; height: 51px} -.Pet_HatchingPotion_Golden {background-position: -48px -459px; width: 48px; height: 54px} /* This sprite was a bit taller than everything else, will affect the math of anything inserted below it */ - -/* Temporary until we get the other hatching potions */ -/* Commenting this out since it's no longer needed, feel free to completely remove -Shaners -.Pet_HatchingPotion_Zombie, .Pet_HatchingPotion_CottonCandyPink, .Pet_HatchingPotion_CottonCandyBlue, .Pet_HatchingPotion_Golden {background-position: -48px -0px; width: 48px; height: 51px} -.Pet_HatchingPotion_Zombie { - -webkit-filter: invert(1); -} -.Pet_HatchingPotion_CottonCandyPink { - -webkit-filter: hue-rotate(120deg); -} -.Pet_HatchingPotion_CottonCandyBlue { - -webkit-filter: saturate(3); -} -.Pet_HatchingPotion_Golden { - -webkit-filter: hue-rotate(220deg); -} -*/ \ No newline at end of file +.Pet_HatchingPotion_Golden {background-position: -48px -459px; width: 48px; height: 54px} /* This sprite was a bit taller than everything else, will affect the math of anything inserted below it */ \ No newline at end of file