hypermail-project / hypermail

Hypermail is a free (GPL) program to convert email from Unix mbox format to html.
http://www.hypermail-project.org/
GNU General Public License v2.0
156 stars 73 forks source link

Malformed CSS declarations #12

Open jkbzh opened 14 years ago

jkbzh commented 14 years ago

The following declarations in the default hypermail style sheet are missing the closing semicolons. While this doesn’t impact the rendering of the styles in most browsers, they should be corrected for consistency.

body {color: black; background: #ffffff} [...] .quotelev1 {color : #990099} .quotelev2 {color : #ff7700} .quotelev3 {color : #007799} .quotelev4 {color : #95c500} .period {font-weight: bold}

Reported by: splorp