Can someone suggest the CSS attributes for reducing the white space around list entries?
Can someone suggest the CSS attributes for reducing the white space around list entries?
I'm working on a "compact" stylesheet. I'd like to try and fit a few more lines on the page.
I'm working on a "compact" stylesheet. I'd like to try and fit a few more lines on the page.
Hello,
ReplyDeleteYou may try these ones:
ul.topLevel li.task { line-height: 1.1; }
div.coreDiv { padding: 0 1px; }
It will make some alighnment mis-alighned, but list will become more compact.
Hope this helps,
KIR