From 4b334adf8a0da9d245e50a0e79571d08facbe740 Mon Sep 17 00:00:00 2001 From: JoeBonham Date: Mon, 14 Oct 2013 14:20:16 +0100 Subject: [PATCH] Fixed table.plain css Looked to be LESS formatted CSS that hadn't been compiled. Just replaced with the equivalent compiled CSS. --- assets/css/screen.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index ec56b99..2fceff3 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -318,14 +318,13 @@ table tbody > tr:nth-child(odd) > th { background-color: #f6f6f6; } -table.plain { - tbody > tr:nth-child(odd) > td, - tbody > tr:nth-child(odd) > th { - background: transparent; - } +table.plain tbody > tr:nth-child(odd) > td, +table.plain tbody > tr:nth-child(odd) > th { + background: transparent; } + /* ========================================================================== 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 below this point, or it will probably fuck everything up. - ========================================================================== */ \ No newline at end of file + ========================================================================== */