1

Topic: row break between topic name and by user

I know this should be easy one to fix, but for some reason it is not
How do I make so its a new line after topic name?

In css is should be

#punindex TD.tcr SPAN.byuser {DISPLAY: block}

but its not for some reason
I find it kinda strange since display: block should make a new line in css

the code above is taken from base.css

2

Re: row break between topic name and by user

You have the wrong id and the wrong table column. The id for the viewforum page is #punviewforum and the class for the left hand column is TD.tcl

3

Re: row break between topic name and by user

woops, i should have seen that. thanks a lot. i tried with a new line, but it totally looks crap tongue
maybe another fontcolor would be better to see difference between topic and by user