Quote:
Originally Posted by JSWolf
Actually, it would be better to use the editor to edit the CSS to remove the line height.
|
Blanket removal (of anything) is almost always a poor choice (right up there with blanket Applying to every CSS class

)
There are a few cases where retaining a line-height might be desired for a
cleaner look.
Lines with multiple font sizes (Big or Drop letters, sub/sup, smallcaps)
Line spacing when split with a Br
Code:
<h2 class="ch">Chapter <br /> 2</h2>