Merge pull request #94 from susnux/fix/invalid-css

Fix invalid CSS syntax - table.plain tbody
This commit is contained in:
zjedi 2023-03-07 21:42:40 +01:00 committed by GitHub
commit 469cf9335b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -414,12 +414,10 @@ 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 {
margin-left: 30px; margin-left: 30px;