20,129
edits
Changes
m
Added proper table stripes with .zebra
/* alt row coloring */
.alt { background-color:#EBEBEB; }
table.zebra > tbody > tr:nth-child(even) { background-color:#f3f3f3AAAAAA; }
/* Gorgonzola: fix dark links in body content barely distinguishable from plain text. */