(16.05.2016, 15:23)Conors napisał(a): (16.05.2016, 15:19)Conors napisał(a): Daj jeszcze tpt (szablony globalne)
<style type="text/css">
#top_posters li {
text-align: center;
padding: 8px 0 0 0;
margin: 5px 0 0 0;
min-width: 80px;
height: 80px;
float: left;
font-size: 0.80em;
}
.list_content {
word-wrap: break-word;
}
.avatar{
margin-left:8px;
margin-top:1px;
margin-bottom:1px;
float:left;
}
</style>
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="1">
{$collapse}
<strong>{$lang->name}</strong>
</td>
</tr>
<tr>
<tbody style="{$expdisplay}" id="post-today_e">
<td class="trow1">
<ol id="top_posters" style="list-style: none; padding: 0; margin: 0;">
{$tpt_row}
</ol>
</td>
</tr>
</tbody></table>