Fixed table.plain css

Looked to be LESS formatted CSS that hadn't been compiled. Just replaced with the equivalent compiled CSS.
This commit is contained in:
JoeBonham 2013-10-14 14:20:16 +01:00
父节点 10beda3f6c
当前提交 4b334adf8a
共有 1 个文件被更改,包括 5 次插入6 次删除

查看文件

@ -318,12 +318,11 @@ 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;
} }
}
/* ========================================================================== /* ==========================================================================