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,12 +414,10 @@ 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 {
|
||||
margin-left: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue