From 963995e42e3b76c0fbac730fea6780b4219b7011 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 12 Dec 2015 10:50:05 -0600 Subject: [PATCH] refactor(css): Adjust mount heads pixel paw positioning --- website/public/css/inventory.styl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/public/css/inventory.styl b/website/public/css/inventory.styl index 8e86e70f5b..1740daa407 100644 --- a/website/public/css/inventory.styl +++ b/website/public/css/inventory.styl @@ -104,7 +104,7 @@ menu.pets .customize-menu .pet-button border: none background: none white -.pet-not-owned +.pet-not-owned, .mount-not-owned width: 81px; height: 99px; /* Would use css3 filters and just display the original pet image with a black hue, @@ -115,12 +115,6 @@ menu.pets .customize-menu -o-filter: brightness(0%) -ms-filter: brightness(0%)*/ - .PixelPaw - margin-top: 36px // align paw with pets, at the bottom of the button -.mount-not-owned - width: 104px; - height: 99px; - .PixelPaw margin-top: 36px // align paw with pets, at the bottom of the button