Bring back the old table header style

The reset.css stylesheet led to this behaviour, so override Bootstrap here to
bring it back.
This commit is contained in:
Christopher Baines 2020-01-02 21:19:18 +00:00
parent 467dcf736a
commit 4492b9b69d
1 changed files with 4 additions and 0 deletions

View File

@ -128,3 +128,7 @@ footer {
table {
width: 100%;
}
th {
font-weight: normal;
}