aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-01-02 21:19:18 +0000
committerChristopher Baines <mail@cbaines.net>2020-01-02 21:19:18 +0000
commit4492b9b69dd28c7c8f00f488c04328596f266356 (patch)
treecec41ffcc45042cdfae280a2e4427e5585e12be1 /assets
parent467dcf736a126376d5fa93c3bf3922db5b8d3b01 (diff)
downloaddata-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.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/screen.css4
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;
+}