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 {
background-color:#FAFAFA;
color:#000;
}
th.header,
@ -77,7 +78,8 @@ div.header {
}
table.formtable tbody th {
background: none;
background-color: transparent;
background-image: none;
}
.highlight {