summaryrefslogtreecommitdiff
path: root/theme/base/css/ie6.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 06:28:16 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-02-01 06:28:16 +0000
commit533f9933de81a37bc060889a4296934c0e1c93dc (patch)
tree8ea5867c83c516f7e72771c2a1c4bcd7be680145 /theme/base/css/ie6.css
parent59e42b766e6edc89accf55ea6a0fc6bbc769a8bf (diff)
Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn
Diffstat (limited to 'theme/base/css/ie6.css')
-rw-r--r--theme/base/css/ie6.css5
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;
}