Improve CSSability of comments.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Nov 2008 13:21:00 +0000 (14:21 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Nov 2008 13:25:59 +0000 (14:25 +0100)
templates/influences/influence_comments_block.html

index 462d2b7a44e8ea1d04cf82628b544380f858d53b..e2d6b91c8cbcb7af9dcdf026f1e0b196b65004f7 100644 (file)
@@ -39,7 +39,9 @@
         </div>
     {% endfor %}
 {% else %}
+       <p class="nocomments">
     {% trans "No comments were added yet" %}
+       </p>
 {% endif %}
 
 <p style="display:none;" id="replyLink"><a href="javascript:showReply('')">Add comment</a></p>