***cworth finds them [the background colors] a bit too bright

This commit is contained in:
Behdad Esfahbod 2006-07-13 13:16:10 -04:00
parent cf1b23a4c5
commit da0f348350

View file

@ -94,16 +94,16 @@ printl '<html><head>';
printl '<title>Cairo Test Results</title>';
printl '<style type="text/css">';
printl 'a img { border: solid 1px #FFF; }';
printl '.PASS { background-color: #0D0; min-width: 1em; }';
printl '.FAIL { background-color: #D00; }';
printl '.XFAIL { background-color: #DD0; }';
printl '.UNTESTED { background-color: #666; }';
printl '.PASS { background-color: #0B0; min-width: 1em; }';
printl '.FAIL { background-color: #B00; }';
printl '.XFAIL { background-color: #BB0; }';
printl '.UNTESTED { background-color: #555; }';
printl '.CRASHED { background-color: #F00; color: #FF0; }';
printl '.PASSstr { color: #0D0; }';
printl '.FAILstr { color: #E00; }';
printl '.XFAILstr { color: #DD0; }';
printl '.PASSstr { color: #0B0; }';
printl '.FAILstr { color: #D00; }';
printl '.XFAILstr { color: #BB0; }';
printl '.CRASHEDstr { color: #F00; }';
printl '.UNTESTEDstr { color: #666; }';
printl '.UNTESTEDstr { color: #555; }';
printl 'img { max-width: 15em; min-width: 3em; margin: 3px; }';
printl 'td { vertical-align: top; }';
printl '</style>';