Closed (fixed)
Project:
Mailhandler
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2008 at 13:24 UTC
Updated:
10 Feb 2011 at 00:30 UTC
The mailhandler.css file contains verbal names of colors for text and does not validate with w3c validator. Changing to the hexadecimal equivalents reolves this issue:
div.email div.email {
font-size: 0.95em;
color: #00008B;
}
div.email div.email div.email {
font-size: 1em;
color: #006400;
}
div.email div.email div.email div.email {
color: #8B0000;
}
div.email div.email div.email div.email div.email {
color: #008B8B;
}
Comments
Comment #1
ilo commentedhow much does the web evolved since then!!
Committed as: http://drupal.org/cvs?commit=489634 into DRUPAL-5 branch.
Thanks :)