Fix document_byline bottom margin if commenter images are disabled.

svn path=/plone.app.discussion/trunk/; revision=46037
This commit is contained in:
Timo Stollenwerk 2010-11-30 07:33:22 +00:00
parent 0c94707743
commit 824ed1e94a
2 changed files with 4 additions and 0 deletions

View File

@ -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]

View File

@ -55,6 +55,7 @@
.discussion .documentByLine {
float: left;
margin-left: 0;
margin-bottom: 0.5em;
}
.commentActions {