I like a small border between each forum title and thread.
In Bronis tutorial section dealing with rows (link) if you place the following code between the 2 rows you can outline as shown in screenshot.
Quote
/* BEGIN-OUTLINE */
td { border-color: #3333FF ;
border-style: solid ; border-width: .2em; }
/* END-OUTLINE */
td { border-color: #3333FF ;
border-style: solid ; border-width: .2em; }
/* END-OUTLINE */
I still need to find the spot to add the bottom line though.
hope this may help someone.

















