From f1ae872857125589472521228ee9bff3a025f7f4 Mon Sep 17 00:00:00 2001 From: Ben Parsons Date: Thu, 30 Aug 2018 17:16:45 +0100 Subject: [PATCH] light zebra striping for tables --- scripts/css/basic.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/css/basic.css b/scripts/css/basic.css index ca21a859..1b2e3526 100644 --- a/scripts/css/basic.css +++ b/scripts/css/basic.css @@ -342,6 +342,10 @@ table.colwidths-auto tr td:nth-child(3) { width: 70%; } +table.colwidths-auto tr:nth-child(even) { + background-color: #f4f4f4; +} + /* -- other body styles ----------------------------------------------------- */ ol.arabic {