Where do I specify the forums icon size?

Puntocom

Well-known member
Hi, I want to change the forums icon (read/unread) size to 48x48, how can I do it? I can't find it in templates.

Thank you in advance.
 
It's in node_list.css

HTML:
.node .nodeIcon
{
 @property "nodeIcon";
 background: transparent none no-repeat center center;
 margin: 10px 0 10px 10px;
 border-radius: 3px;
 float: left;
 width: 36px;
 height: 36px;
 @property "/nodeIcon";
}
 
Top Bottom