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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') 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; -- cgit v1.2.3