From 824ed1e94a03acba07aaaffcdc104f22a4a8961d Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 30 Nov 2010 07:33:22 +0000 Subject: [PATCH] Fix document_byline bottom margin if commenter images are disabled. svn path=/plone.app.discussion/trunk/; revision=46037 --- CHANGES.txt | 3 +++ plone/app/discussion/browser/stylesheets/discussion.css | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9d9483e..5467b27 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Fix document_byline bottom margin if commenter images are disabled. + [timo] + - Dynamically show the comment formatting message dependent on the text transform setting. [timo] diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index 2b6f079..08ef46a 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -55,6 +55,7 @@ .discussion .documentByLine { float: left; margin-left: 0; + margin-bottom: 0.5em; } .commentActions {