From bd96bb77d225bd042868cff4ffc8aefd75c5a1a2 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 10 Aug 2004 22:55:50 +0000 Subject: - Fixing incorrect bottom margins for comments in xtemplate default. --- themes/xtemplate/default/xtemplate.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/xtemplate/default/xtemplate.css b/themes/xtemplate/default/xtemplate.css index 48f9e330a..8a73adefe 100644 --- a/themes/xtemplate/default/xtemplate.css +++ b/themes/xtemplate/default/xtemplate.css @@ -63,6 +63,9 @@ table { .links { margin-bottom: 2em; } +.comment .links { + margin-bottom: 0em; +} /* ** Page layout blocks / IDs -- cgit v1.2.3