diff --git a/scripts/css/basic.css b/scripts/css/basic.css index ca21a859c..1b2e35266 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 {