diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-01 14:33:18 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-01 14:33:18 -0500 |
commit | 87b99540efb702d816ef0b14d0fef9126539254a (patch) | |
tree | a57e9ff9a23cf0f2c56961a9ebb25493296fce7e /theme/base/css/ie6.css | |
parent | 74bf2bf672b147888a42fafd7ae5d86c600cf3a8 (diff) | |
parent | 804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into cyi/master
Diffstat (limited to 'theme/base/css/ie6.css')
-rw-r--r-- | theme/base/css/ie6.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index 4a2316903..10b31cbcb 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -4,5 +4,8 @@ .entity_profile .entity_url, .entity_profile .entity_note, .entity_profile .entity_tags { -margin-left:55px; +margin-left:0; +} +.entity_profile .entity_depiction { +margin-bottom:123px; } |