Override a CSS setting
On one of the web forums I regularly visit, the text setting (for my monitor resolution and platform) is a little too squashed together in the “line height” — even though when you did deep into the CSS, you find:
line-height: normal;
in the relevant snippet of CSS values.
Hmmm, there must be a way […]
