style: vertical-align header text

This commit is contained in:
Hiltjo Posthuma 2016-01-06 19:19:20 +01:00
parent 3aa8ac2a1e
commit c576a7ae6e

View file

@ -36,6 +36,9 @@ table thead td {
table td {
padding: 0 0.4em;
}
#content table td {
white-space: nowrap;
vertical-align: top;
}