EXTRA.css tweak on node descriptions - no line break

Morgain

Well-known member
I know there is an EXTRA.css tweak so I can make the node tree display forum and other node descriptions follow on the same line as their title, not start a new line.
Can anyone remind or link me to it please?

Also the control that cuts the margin along the bottom of the node boxes.
 
I know there is an EXTRA.css tweak so I can make the node tree display forum and other node descriptions follow on the same line as their title, not start a new line.
Can anyone remind or link me to it please?

Also the control that cuts the margin along the bottom of the node boxes.

Try

Code:
.nodeList .categoryStrip .nodeDescription, .nodeList .categoryStrip .nodeTitle {
    display: inline;
}
 
Top Bottom