Files
2016-04-28 11:40:15 +02: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;
}