From 315199114803ca0f1a966e65b481b0cbe9b8fd50 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 17 Nov 2022 21:15:26 +0100 Subject: add table bottom and top border like LaTeX booktabs --- docs/gen/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/gen') diff --git a/docs/gen/style.css b/docs/gen/style.css index 74795e4..f94cf0e 100644 --- a/docs/gen/style.css +++ b/docs/gen/style.css @@ -33,6 +33,9 @@ table { border-collapse: collapse; + border-style: solid; + border-width: 0.7pt 0; + border-color: black; } th, td { -- cgit v1.2.3