Fix document_byline bottom margin if commenter images are disabled.
svn path=/plone.app.discussion/trunk/; revision=46037
This commit is contained in:
parent
0c94707743
commit
824ed1e94a
@ -4,6 +4,9 @@ Changelog
|
|||||||
1.0RC1 (unreleased)
|
1.0RC1 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
- Fix document_byline bottom margin if commenter images are disabled.
|
||||||
|
[timo]
|
||||||
|
|
||||||
- Dynamically show the comment formatting message dependent on the text
|
- Dynamically show the comment formatting message dependent on the text
|
||||||
transform setting.
|
transform setting.
|
||||||
[timo]
|
[timo]
|
||||||
|
@ -55,6 +55,7 @@
|
|||||||
.discussion .documentByLine {
|
.discussion .documentByLine {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentActions {
|
.commentActions {
|
||||||
|
Loading…
Reference in New Issue
Block a user