Fixes bug MDL-7257, "stylesheet bug: text color undefined"

This commit is contained in:
nfreear 2007-02-13 12:08:43 +00:00
parent 98be6ed825
commit a5ca0d57d8

View file

@ -64,6 +64,7 @@ img.grouppicture {
body { body {
background-color:#FAFAFA; background-color:#FAFAFA;
color:#000;
} }
th.header, th.header,
@ -77,7 +78,8 @@ div.header {
} }
table.formtable tbody th { table.formtable tbody th {
background: none; background-color: transparent;
background-image: none;
} }
.highlight { .highlight {