Fix invalid CSS syntax

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2022-07-18 01:30:30 +02:00
parent a9d7afe14c
commit 3c143a6349

View file

@ -414,11 +414,9 @@ table tbody > tr:nth-child(odd) > th {
background-color: #f6f6f6; background-color: #f6f6f6;
} }
table.plain { table.plain tbody > tr:nth-child(odd) > td,
tbody > tr:nth-child(odd) > td, table.plain tbody > tr:nth-child(odd) > th {
tbody > tr:nth-child(odd) > th {
background: transparent; background: transparent;
}
} }
li { li {