View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#8
The wiki seems to be broken, and as Tso pointed out, the thread title links are full-width. Also, the pagenav links don't fill the entire td, making them a little tricky to click on.

I can fix the latter, though, with:
Code:
.pagenav td a { display: table-cell !IMPORTANT; width: 30px !IMPORTANT; height: 100% !IMPORTANT; vertical-align: center !IMPORTANT; text-align: center !IMPORTANT;}
But I know that's not doing it right, and I really didn't understand what I was doing when I wrote that.