Проблема в том что где бы не вставлял код размера иконок, они все равно 32х30 в теме wow, форум - http://adrenaline.6bb.ru/ код иконок:
<style type="text/css">
#pun-main .category Div.icon {float: left; display: block; border-style: none none none none; height: 34; width: 34;}
Div.icon {
background-image : url(http://img91.imageshack.us/img91/9551/notpostskr0.gif);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://img91.imageshack.us/img91/2710/newpostsbr9.gif);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(http://img91.imageshack.us/img91/9551/notpostskr0.gif);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(http://img91.imageshack.us/img91/9551/notpostskr0.gif);
background-repeat: no-repeat;
}
TR.iredirect Div.icon {
background-image : url(http://img91.imageshack.us/img91/9551/notpostskr0.gif);
background-repeat: no-repeat;
}
</style>