What’s the correct CSS to increase the vertical space between two elements?
For example, say a comment contains this:
<div id="comment-container">line one
line two</div>...what’s the correct CSS to increase the vertical space between line one and line two?
Thanks in advance for the info.