Fix invalid CSS syntax
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
This commit is contained in:
parent
a9d7afe14c
commit
3c143a6349
1 changed files with 2 additions and 4 deletions
|
|
@ -414,11 +414,9 @@ table tbody > tr:nth-child(odd) > th {
|
|||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
table.plain {
|
||||
tbody > tr:nth-child(odd) > td,
|
||||
tbody > tr:nth-child(odd) > th {
|
||||
table.plain tbody > tr:nth-child(odd) > td,
|
||||
table.plain tbody > tr:nth-child(odd) > th {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue