macros.htm: Colorize table rows alternating

master
Felix Stupp 3 years ago
parent bf14abc887
commit ed7115b945
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -5,6 +5,9 @@
padding: .2em;
border: solid black 1px;
}
table tr:nth-child(even) {
background-color: #eeeeee;
}
a:link {
text-decoration: none;
color: blue;

Loading…
Cancel
Save