1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fix for comment-avatar size issue.

This commit is contained in:
Cameron
2013-06-20 00:10:52 -07:00
parent 5dbe762be0
commit 15a9805069

View File

@@ -97,6 +97,7 @@ $sc_style['MODERATE']['post'] = '</div>';
$COMMENT_TEMPLATE['FORM'] = "
{SETIMAGE: w=100}
<div class='comment-box comment-box-form clearfix'>
<div class='comment-box-left pull-left span1' >
{COMMENT_AVATAR}
@@ -121,7 +122,7 @@ $COMMENT_TEMPLATE['ITEM_END'] = "</ul>";
$COMMENT_TEMPLATE['ITEM'] = '
{SETIMAGE: w=100}
<div class="comment-box-left pull-left span1">
{COMMENT_AVATAR}
</div>