Style: white background for table cells.

master
Heikki Hokkanen 2010-04-02 16:01:25 +03:00
parent 6f5314e993
commit 1a00daffc7
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ table.tags td {
vertical-align: top;
}
td {
background-color: white;
}
th {
background-color: #ddf;
}