From 082a601110efec011d8482ef3ace11322d211b78 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 19 Feb 2015 12:04:32 -0800 Subject: [PATCH] Issue #2425013 by kandra, mortendk, aliyakhan, rteijeiro, LewisNyman: css lint on print.css --- core/misc/print.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/core/misc/print.css b/core/misc/print.css index b524ff041e7b..6e69a3ba21e1 100644 --- a/core/misc/print.css +++ b/core/misc/print.css @@ -14,18 +14,12 @@ th { [dir="rtl"] th { text-align: right; } -tr.odd { +tr:nth-child(odd) { background-color: #ddd; } -tr.even { +tr:nth-child(even){ background-color: #fff; } td { padding: 5px; } -#menu { - visibility: hidden; -} -#main { - margin: 1em; -}