Isn't that the code for the notices? I would have thought that the forumstats and forumactionlinks would have been the issue. I've been looking around in forumbits.css trying to see if there was something going on there (though it isn't showing as having been altered).
I'll go look at this, can't hurt to see what's going on...
--------------- Added [DATE]1443324535[/DATE] at [TIME]1443324535[/TIME] ---------------
Hmm. No forumhome-rollup.css file in the templates. There is a forumhome.css, but no reference to notices in there.
--------------- Added [DATE]1443324640[/DATE] at [TIME]1443324640[/TIME] ---------------
The only reference to .notices li is in chrome.css. The code is
Code:
.notices li {
background: {vb:stylevar notices_background};
font-size: {vb:math {vb:stylevar font.fontSize}-1}{vb:stylevar font.units};
color: {vb:stylevar body_color};
padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
margin-bottom:{vb:math {vb:stylevar padding}/2};