Warning:
This wiki has been archived and is now read-only.
CSS/tables.css
From OWL
table {
border-collapse: collapse;
background: #FFF;
}
th,td {
padding: 4px 1em;
background: #eee;
border: 1px black solid;
}
th a {
text-decoration: none;
}