Quote:
Originally Posted by azimuth
It may be CSS .poem and/or .list (the semi-colon).
line-height: 1.4em;
|
The last entry before the closing } does not require the ;. OTOH, I always use it since if you modify the CSS and add another line, for me, it's all too easy to forget to add the ; on what is now the second to last line.

Doh!