Merge pull request #28 from JoeBonham/patch-1

Replaced table.plain LESS with equivalent CSS
This commit is contained in:
Hannah Wolfe 2013-10-14 13:29:13 -07:00
commit fa41e47672

View File

@ -318,14 +318,13 @@ 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;
}
} }
/* ========================================================================== /* ==========================================================================
3. Utilities - These things get used a lot 3. Utilities - These things get used a lot
========================================================================== */ ========================================================================== */
@ -935,4 +934,4 @@ table.plain {
/* ========================================================================== /* ==========================================================================
End of file. Media queries should be the last thing here. Do not add stuff End of file. Media queries should be the last thing here. Do not add stuff
below this point, or it will probably fuck everything up. below this point, or it will probably fuck everything up.
========================================================================== */ ========================================================================== */