Steve VanSlyck wrote:
Well I guess that might partially explain it. ;)
OK, well. Um.
p { padding-bottom: 1.0em; }
seems to be doing the trick nicely, except after the last item in a list when followed by a section header. I think it would be better to space-after the last list item instead of spaceing-before the header. Any thoughts on that, of suggestions of a better way?
p, ul, ol { padding-bottom: 1.0em; } ?