Fix bug introduced in #4040c40

This commit is contained in:
Karsten Heiken
2011-08-08 14:30:53 +02:00
parent 4d590f0c25
commit 4dd44b20cc

View File

@@ -41,6 +41,11 @@ table .even {
table .hover { table .hover {
background: #f0f0f0; background: #f0f0f0;
} }
/*table tbody tr:nth-child(even) {background: #fff}
table tbody tr:nth-child(odd) {background: #f6f6f6}*/ table tbody tr:nth-child(even) {
background: #fff;
}
table tbody tr:nth-child(odd) {
background: #f6f6f6;
}