Files
2016-12-22 16:19:29 +01:00

16 lines
166 B
CSS

body {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
table {
border-collapse: collapse;
}
td, th {
padding: 4px;
}
th {
background: #E0E0E0;
}