diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-14 23:28:36 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-14 23:28:36 +0000 |
commit | 9bb374cb1e39960897ed9285192864595be2c7f6 (patch) | |
tree | 556828fe36ceb0f583e2633cc214631233278227 /media/css | |
parent | 1c8c847577a60802a93506c21cb54ab4ab8be26e (diff) |
fixed slight bug in ie stylesheet
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/ie.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/css/ie.css b/media/css/ie.css index 0f46b2b..4917503 100644 --- a/media/css/ie.css +++ b/media/css/ie.css @@ -4,3 +4,5 @@ ul#writing-archive li img {_margin: 0;} span.button a { background: none; padding: 0;} span.button a:hover { background: none; color:#b53a04 !important;} +span.drop { padding: 28px 10px 5px 0 ;} +div.figure span.legend {bottom: 5px; padding: 8px 0 8px 8px;}
\ No newline at end of file |