From 6e3328c61434efd6026adf199e50cbe9c5f710dc Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 9 May 2013 09:13:56 +0100 Subject: [PATCH] backer-gear: fix styles to use Shaners' shop sprites --- styles/app/backer.styl | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/styles/app/backer.styl b/styles/app/backer.styl index 9e359d3c70..f2d51830d7 100644 --- a/styles/app/backer.styl +++ b/styles/app/backer.styl @@ -24,13 +24,8 @@ height 72px background: url("/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif") no-repeat; -.shop_armor_6, .shop_head_6, .shop_shield_6, .shop_weapon_7 - background: url("img/sprites/backer-only/BackerOnly-Shop-temporary.png") - width: 40px - height: 40px - -.shop_head_6 {background-position: 0 0} -.shop_armor_6 {background-position: 0px -35px} -.shop_shield_6 {background-position: 0px -69px} -.shop_weapon_7 {background-position: 0px -105px} +.shop_shield_6 {background-position: -1040px 0} +.shop_weapon_7 {background-position: -1080px 0} +.shop_armor_6 {background-position: -1160px 0} +.shop_head_6 {background-position: -1120px 0}