light zebra striping for tables

pull/977/head
Ben Parsons 6 years ago
parent 9e1d6d7490
commit f1ae872857

@ -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 {

Loading…
Cancel
Save