diff options
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;
|