Add table selector to stylesheet

This commit is contained in:
Karsten Heiken
2011-07-28 19:54:26 +02:00
parent 67aef80279
commit 015022503c

View File

@@ -32,3 +32,6 @@ table td span.closed { color: #a02b2b;}
table .odd { table .odd {
background: #f6f6f6; background: #f6f6f6;
} }
table tbody tr:nth-child(even) {background: #fff}
table tbody tr:nth-child(odd) {background: #f6f6f6}