diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 00:01:02 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 00:01:02 -0800 |
commit | 0c2b5f0ac59d6a0b6a317bae4adadb50c5dd899d (patch) | |
tree | c8463d4b3009d5fdd6b11322d37ed5ca49d72888 /css | |
parent | c96d16159f15e14a188c9261833686dca240dee2 (diff) | |
download | pathery-0c2b5f0ac59d6a0b6a317bae4adadb50c5dd899d.tar.xz |
BUGFIX: Achievement emblems not showing correctly.
Diffstat (limited to 'css')
-rw-r--r-- | css/page.css | 9 |
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;
|