From 3c60e7e079435b56376d4042cda3db0716162966 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 12 Feb 2015 12:10:19 -0600 Subject: [PATCH] Corrected paths to common folders in css --- common/css/backer.css | 18 +++++++++--------- common/css/index.css | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/css/backer.css b/common/css/backer.css index 19455ff647..39e15ea972 100644 --- a/common/css/backer.css +++ b/common/css/backer.css @@ -14,7 +14,7 @@ /* Critical */ .weapon_special_critical { - background: url("../img/sprites/backer-only/weapon_special_critical.gif") no-repeat; + background: url("/common/img/sprites/backer-only/weapon_special_critical.gif") no-repeat; width: 90px; height: 90px; margin-left:-12px; @@ -31,30 +31,30 @@ } .head_special_0 { - background: url("../img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif") no-repeat; + background: url("/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif") no-repeat; } .head_special_1 { - background: url("../img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif") no-repeat; + background: url("/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif") no-repeat; margin-top: 3px; } .broad_armor_special_0,.slim_armor_special_0 { - background: url("../img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif") no-repeat; + background: url("/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif") no-repeat; } .broad_armor_special_1,.slim_armor_special_1 { - background: url("../img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif") no-repeat; + background: url("/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif") no-repeat; } .shield_special_0 { - background: url("../img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif") no-repeat; + background: url("/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif") no-repeat; } .weapon_special_0 { - background: url("../img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif") no-repeat; + background: url("/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif") no-repeat; } .Pet-Wolf-Cerberus { width: 105px; height: 72px; - background: url("../img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif") no-repeat; -} \ No newline at end of file + background: url("/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif") no-repeat; +} diff --git a/common/css/index.css b/common/css/index.css index 3fa87c8191..e8ef45d8b3 100644 --- a/common/css/index.css +++ b/common/css/index.css @@ -4,7 +4,7 @@ /* Comment out for holiday events */ .npc_ian { - background: url("../img/sprites/npc_ian.gif") no-repeat; + background: url("/common/img/sprites/npc_ian.gif") no-repeat; width: 78px; height: 135px; }