in reply to Nodelets' layout

copy /css/common.css, change display: inline to block/list-item respectively, remove li:before content.... profit
li.inline, .inline-list > li { display: inline; } li.inline:before, .inline-list > li:before { content:" | " } ul.inline-list { display: inline; margin: 0; padding: 0; }

Replies are listed 'Best First'.
Re^2: Nodelets' layout
by Anonymous Monk on Nov 25, 2010 at 01:00 UTC
    Thanks for the instructions - though I'm not quite sure where to put the modified stylesheet for it to take effect (for anonymous visitors).

    Anyhow, why not leave the defaults as they were, an have those monks who like the new layout make the respective settings in their private CSS?