Added a commentTitle CSS class to the comment titles.

svn path=/plone.app.discussion/trunk/; revision=33543
This commit is contained in:
Hanno Schlichting 2010-01-28 11:48:44 +00:00
parent 590b343a53
commit d937bcc42e
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Changelog
1.0b3 (XXXX-XX-XX)
------------------
* Added a commentTitle CSS class to the comment titles. [hannosch]
* Update message ids to match their real text. [hannosch]
* Set CSS classes for the comment form in the updateActions method. [timo]
* Respect the allow_comments field on an object and avoid calculations if no comments should be shown. [hannosch]

View File

@ -59,7 +59,8 @@
alt reply/Creator" />
</div>
<h3 tal:content="reply/Title" />
<h3 class="commentTitle"
tal:content="reply/Title" />
<div class="documentByLine">
<tal:posted i18n:translate="label_comment_by">Posted by</tal:posted>