chiark / gitweb /
local css
[ThymeWiki.git] / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4
5 tr:nth-child(even) {background: #EEE}
6 table {border-collapse: collapse}
7 td {border: 1px solid black; border-top: 0px; border-bottom: 0px}
8 td:first-child {border-left: 0px}
9 td:last-child {border-right: 0px}