|
@@ -108,8 +108,8 @@ function template_main()
|
|
|
if (!isset($context['disabled_fields']['posts']))
|
|
|
{
|
|
|
echo '
|
|
|
- <td style="white-space: nowrap" width="15">', $member['posts'], '</td>
|
|
|
- <td class="statsbar" width="120">';
|
|
|
+ <td style="white-space: nowrap; width: 15px">', $member['posts'], '</td>
|
|
|
+ <td class="statsbar" style="width: 120px">';
|
|
|
|
|
|
if (!empty($member['post_percent']))
|
|
|
echo '
|