consistent width for comment list tables

This commit is contained in:
Shish 2012-02-11 04:27:00 +00:00
parent 0a4a211c2b
commit d83c596c01

View File

@ -73,7 +73,7 @@ class CommentListTheme extends Themelet {
$html = '
<table class="comment_list_table"><tr>
<td>'.$thumb_html.'</td>
<td width="220">'.$thumb_html.'</td>
<td>'.$comment_html.'</td>
</tr></table>
';