few things
1) the content of the premium box has a double border, that is .premium_inside_border Looks rather strange if you ask me.
to remove
Code:
.premium_inside_border { border: 0; }
2) the yellow badge is .premium_badge
It appears recent chrome interprets some float incorrectly.
The ranking files, table_top_row and table_top_row_premium.html to move the badge to where it belongs ( more to the top )
Code:
<div class="right badge"><a href="{$list_url}/{$url_helper_a}details{$url_helper_u}{$username}{$url_tail}">
{$screenshot}<br />
<img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /><br />{$lng->table_stats} <br /><img src="{$skins_url}/{$skin_name}/{$up_down}.png" alt="{$lng->up_down}" /></a>
</div>
Move that part to the beginning of the parent div, right before the following
Code:
<a href="{$url}" onclick="out(this,'{$username}');" rel="nofollow">
3) the yellow title bar is .premium_title