Menu

#7 Malformed CSS declarations

open
html output (6)
5
2009-12-08
2009-12-08
splorp
No

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}

Discussion