summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-18 00:01:02 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-18 00:01:02 -0800
commit0c2b5f0ac59d6a0b6a317bae4adadb50c5dd899d (patch)
treec8463d4b3009d5fdd6b11322d37ed5ca49d72888 /css
parentc96d16159f15e14a188c9261833686dca240dee2 (diff)
downloadpathery-0c2b5f0ac59d6a0b6a317bae4adadb50c5dd899d.tar.xz
BUGFIX: Achievement emblems not showing correctly.
Diffstat (limited to 'css')
-rw-r--r--css/page.css9
1 files changed, 9 insertions, 0 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;