summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 12:27:14 +0100
committerYorhel <git@yorhel.nl>2008-12-13 12:27:14 +0100
commitfad1a5845a98df3516c9f8f0cfc3d3f6ee24deda (patch)
tree1df85e60ebbba06cb9412b47198831ed78a34280 /static/f
parent2325a122c9e97ba8499b4d719028664a0fb91dc1 (diff)
Removed negative margin from #jt_box_relations h1
IE7 didn't like it
Diffstat (limited to 'static/f')
-rw-r--r--static/f/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 34b00cbd..d61eb3db 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -697,7 +697,7 @@ a.help {
}
#jt_box_relations table { margin-bottom: 10px; }
-#jt_box_relations h2 { margin: 0 0 3px -10px; }
+#jt_box_relations h2 { margin: 0 0 3px 0px; }
#jt_box_relations td { padding: 1px 2px; vertical-align: middle; }
#jt_box_relations td.tc1 { width: 300px; text-align: right }
#jt_box_relations td.tc2 { width: 170px; white-space: nowrap }