Quote:
Originally Posted by DNSB
The "padding: 0.1em 0 0 0;" is to add a minimal spacing between paragraphs which I personally happen to prefer.
|
Do you use padding so it doesn't collapse? I use
margin-bottom: 0.1em; specifically because I want it to collapse if the next paragraph happens to have a larger top margin (like after a section break).