light zebra striping for tables

This commit is contained in:
Ben Parsons 2018-08-30 17:16:45 +01:00
parent 9e1d6d7490
commit f1ae872857

View file

@ -342,6 +342,10 @@ table.colwidths-auto tr td:nth-child(3) {
width: 70%; width: 70%;
} }
table.colwidths-auto tr:nth-child(even) {
background-color: #f4f4f4;
}
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
ol.arabic { ol.arabic {