FIX table background

This commit is contained in:
boyska 2015-06-24 00:34:11 +02:00
parent e27fa76fba
commit 333728af07

View file

@ -36,4 +36,13 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
/* Tfoot */
tfoot th {}
tfoot td {}
tfoot td {}
.entry-content table {
background: none;
border: 1px solid white;
}
.entry-content table tr:nth-child(even) {
background-color: rgba(0,0,0,0.2);
}