Merge pull request #94 from susnux/fix/invalid-css
Fix invalid CSS syntax - table.plain tbody
This commit is contained in:
commit
469cf9335b
1 changed files with 2 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue