diff options
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/page.css b/css/page.css index d396766..97f3882 100644 --- a/css/page.css +++ b/css/page.css @@ -149,7 +149,7 @@ a img {border: none;} /* IE specific: remove outline around image links */ #oid_box {
width:500px;
height:300px;
- background-color:#ccc;
+ background-color:#999;
padding: 5px 15px 5px 15px;
box-shadow: 0 0 4px #888;
border-radius: 10px;
|