Fixed 1.2 Last thread title CSS

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.
 
Top Bottom