From 0c2b5f0ac59d6a0b6a317bae4adadb50c5dd899d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 18 Feb 2013 00:01:02 -0800 Subject: BUGFIX: Achievement emblems not showing correctly. --- css/page.css | 9 +++++++++ pages/achievements.php | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/page.css b/css/page.css index a3d5b87..ae2763d 100644 --- a/css/page.css +++ b/css/page.css @@ -137,6 +137,15 @@ a img {border: none;} /* IE specific: remove outline around image links */ } +.emblemDisplay { + width:35px; height:35px; +} +.emblemDisplayInner { + width:35px; height:35px; + background-image: url(../images/OverlayTileFaceted50b.png); +} + + #oid_box { width:500px; height:300px; diff --git a/pages/achievements.php b/pages/achievements.php index f2c5aba..6717cbe 100644 --- a/pages/achievements.php +++ b/pages/achievements.php @@ -551,8 +551,9 @@ function displayUnlock($uType, $uValue, $uName) { break; case 2: $r .= "$uName Emblem!"; - $r .= "
"; - $r .= "
"; + $r .= "
"; + //$r .= "
"; + $r .= "
"; break; case 3: $r .= "
$uName Username color!"; -- cgit v1.2.3