Thanks for the help, Russ, but I'd like for example a separation between the forum (id 21) and the forum (id 22) and like this:A simple:
Code:.node .nodeInfo.primaryContent, .node .nodeInfo.secondaryContent { margin-bottom: 5px; }
Might do the trick.
I managed to separate the two forums, but I'd like to put a background between the two borders:What you screenshotted has a divider for the stickies.
You could achieve the same effect I suppose with:
Code:.node_2 { border-bottom: 10px solid #000; }
Getting it exactly like the screenshot would require some conditionals and html css.
.node_27
{
margin-bottom: 10px;
border-bottom: 3px solid rgb(98, 151, 13);
}
.node_31
{
border-top: 3px solid rgb(98, 151, 13);
}