Arty
Well-known member
Last thread title (.node .nodeLastPost .lastThreadTitle) should have display:block, not inline-block.
Using display:inline-block causes last thread title to be higher than it used to be, messing up layout in Firefox. Span element that follow it also has display:block, so having 2 spans with display:block also makes code consistent.
Using display:inline-block causes last thread title to be higher than it used to be, messing up layout in Firefox. Span element that follow it also has display:block, so having 2 spans with display:block also makes code consistent.