<!--added row --> <tr><td style="height:10px"colspan="4"> </td></tr>
Screenshots
cat-spacing.jpg (94.2 KB, 0 views) display-forum-list.png (31.4 KB, 0 views)
Show Your Support
/*-- fix the first unwanted 2ndrow forum/topic/post/last post --*/ /*-- fix at forumhome only not in subpages --*/ #forum-tab table:first-child{display:none} /*-- custom spacing --*/ .catspace{margin-top:20px;} /*-- category styling --*/ .forum-list-container .category-header { background: #033145 url("images/css/sprite_gradients_vb.png") repeat-x 0px -50px; } /*-- category title text --*/ .forum-list-container .category-header .category{color:#fff!important;} /*-- category 2nd row, last post, topic post count --*/ .forum-list-container .forum-list-header{height:25px;line-height:25px;} .forum-list-container .forum-list-header .header-forum {border-left: 0px!important;} .forum-list-container .forum-list-header .header-lastpost{border-right: 0px!important;} /*-- forums bordering --*/ .forum-list-container { border: 1px solid #c4c4c4; border-top: 0px solid #c4c4c4; box-shadow: 1px 1px 1px #ddd; }