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,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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue