diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-17 21:15:26 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-17 21:15:26 +0100 |
commit | 315199114803ca0f1a966e65b481b0cbe9b8fd50 (patch) | |
tree | 0e70695874c6f5f9acb6862f62aef983fddd03a4 /docs/gen | |
parent | a8aa596f3e33e8eb06296f78ab23e41a5cac2871 (diff) |
add table bottom and top border like LaTeX booktabs
Diffstat (limited to 'docs/gen')
-rw-r--r-- | docs/gen/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |