1 /* ikiwiki local style sheet */
3 /* Add local styling here, instead of modifying style.css. */
5 tr:nth-child(odd) {background: #EEE}
6 table {border-collapse: collapse;
7 border: 1px solid black;
10 td {border: 1px solid black; border-top: 0px; border-bottom: 0px}
11 td:first-child {border-left: 0px}
12 td:last-child {border-right: 0px}
13 thead {border: 1px solid black; border-left: 0px; border-right: 0px}
14 th {border: 1px solid black; border-top: 0px; border-bottom: 0px}
15 th:first-child {border-left: 0px}
16 th:last-child {border-right: 0px}
18 .header {margin-bottom:8px}