Toolbar: make comment layout like the regular site.

This commit is contained in:
Brian Simpson
2014-08-20 19:49:49 -04:00
parent 0a02ac7465
commit 0f5ea44692

View File

@@ -24,9 +24,6 @@
<%def name="entry()">
<div class="commentbox">
<span class="commentbody">
${self.commentBody()}
</span>
<p class="tagline">
${self.tagline()}
&#32;
@@ -34,5 +31,9 @@
${_("context")}
</a>
</p>
<span class="commentbody">
${self.commentBody()}
</span>
</div>
</%def>