mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 22:08:11 -05:00
Toolbar: make comment layout like the regular site.
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
|
||||
<%def name="entry()">
|
||||
<div class="commentbox">
|
||||
<span class="commentbody">
|
||||
${self.commentBody()}
|
||||
</span>
|
||||
<p class="tagline">
|
||||
${self.tagline()}
|
||||
 
|
||||
@@ -34,5 +31,9 @@
|
||||
${_("context")}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<span class="commentbody">
|
||||
${self.commentBody()}
|
||||
</span>
|
||||
</div>
|
||||
</%def>
|
||||
|
||||
Reference in New Issue
Block a user