diff options
author | Christopher Baines <mail@cbaines.net> | 2020-01-02 21:19:18 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-01-02 21:19:18 +0000 |
commit | 4492b9b69dd28c7c8f00f488c04328596f266356 (patch) | |
tree | cec41ffcc45042cdfae280a2e4427e5585e12be1 | |
parent | 467dcf736a126376d5fa93c3bf3922db5b8d3b01 (diff) | |
download | data-service-4492b9b69dd28c7c8f00f488c04328596f266356.tar data-service-4492b9b69dd28c7c8f00f488c04328596f266356.tar.gz |
Bring back the old table header style
The reset.css stylesheet led to this behaviour, so override Bootstrap here to
bring it back.
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 42b3de9..04a0ba5 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -128,3 +128,7 @@ footer { table { width: 100%; } + +th { + font-weight: normal; +} |