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