Quote:
Originally Posted by Spangle
have you tried :
border-color:red; ? or whatever colour you want ?
The subforums re a PIA, I wanted to change the icons for them as well as the main icons, but no-one seems to know how to do that either, so adding borders will be in the same boat I suspect.
|
I've tried :
Code:
.forum-list-container.stretch .subforum-list {border-color:red;border-width:1px;border-style:solid}
.forum-list-container .subforum-list {border-color:red;border-width:1px;border-style:solid}
.subforum-list {border-color:red;border-width:1px;border-style:solid}
.forum-list-container .subforum-list .td {border-color:red;border-width:1px;border-style:solid}
The last one not having anything after the prefix (as in "tr.subforum-list" then its just "td" with no ".")