Właśnie o tym też pomyślałem
Zamień klasę w global.css .repkastats na tą:
.topstats {
background: #cfeed4;
vertical-align: middle;
height: 5px;
color: #898989;
border-bottom: 1px solid #191919;
}
I wszystkie szablony zamień na te:
topstats_reputation_trow:
<tr>
<td class="smalltext stats">
<img src="{$avatar_rep}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_rep}" style="float: left;">{$top_rep_username}</a>
<span style="float: right;margin-right: 5px;">{$reputacji}</span>
</td>
</tr>
topstats_online_row:
<td class="smalltext stats">
<img src="{$avatar_online}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_online}">{$top_online_username}</a><br>
Czas online: {$timeonline}
</td>
</tr>
topstats_posters_row:
<tr>
<td class="smalltext stats">
<img src="{$avatar_postera}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="member.php?action=profile&uid={$id_postera}" style="margin-top: 7px;float: left;">{$top_poster_username}</a>
<span style="float: right;margin-right: 5px;margin-top: 7px;">{$postow}</span>
</td>
</tr>
topstats_last_thread_row:
<tr>
<td class="smalltext stats">
<img src="{$last_autor_avatar}" alt="" style="float: left;width: {$width}px;margin-right: 5px;"/>
<a href="showthread.php?tid={$id_thread}">{$last_title}</a><br>
<a href="member.php?action=profile&uid={$id_threader}">{$last_autor}</a> - {$last_date}
</td>
</tr>