in reply to Re^4: color crazyness and CSS
in thread color crazyness and CSS
Boo-Ya!!!!! that kicks ass dude, totally configurable.
I'm also seeing the extra blank lines, i think it's the interaction between the new div tag and the <br class="nnt-br"> that's just before the </li> of each top level node.
When I added br.nnt-br { display: none; } to my CSS, the blank lines went away.
For those that are curious, here's the CSS I'm allready using, I'm sure i'll be adding more....
div#nodethreads-head { display: none; } div#nodethreads-foot { display: none; } hr.nnt-section-break { display: none; } br.nnt-br { display: none; } .nnt-line-minusminus { text-decoration: line-through; } .nnt-line-fp { font-size: larger; font-variant: small-caps } .nnt-noderep { font-style: normal; font-weight: bold; color: red; }
|
|---|