diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-08-10 22:55:50 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-08-10 22:55:50 +0000 |
commit | bd96bb77d225bd042868cff4ffc8aefd75c5a1a2 (patch) | |
tree | 7da257b9b6785c6c9a582c917bb2532aceb48b76 | |
parent | 6fd74abb8884e82a8f3e7da84cbecd3937358faa (diff) | |
download | brdo-bd96bb77d225bd042868cff4ffc8aefd75c5a1a2.tar.gz brdo-bd96bb77d225bd042868cff4ffc8aefd75c5a1a2.tar.bz2 |
- Fixing incorrect bottom margins for comments in xtemplate default.
-rw-r--r-- | themes/xtemplate/default/xtemplate.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 |