From 00f450c463f6f035b57d274464da8832c709290f Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 23 Sep 2022 16:09:45 -0400 Subject: [PATCH] Do some work to fix tables --- docs/telodendria.7 | 6 ++---- site/style.css | 22 ++++++---------------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/docs/telodendria.7 b/docs/telodendria.7 index 29ca7a2..038431e 100644 --- a/docs/telodendria.7 +++ b/docs/telodendria.7 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: September 22 2022 $ +.Dd $Mdocdate: September 23 2022 $ .Dt TELODENDRIA 7 .Os Telodendria Project .Sh NAME @@ -59,10 +59,8 @@ on what you can do with it. is on Matrix! Check out the official Matrix rooms: .sp .TS -tab(;); +box tab(;); l l. -Room;Description -----;----------- #telodendria-releases:bancino.net;Get notified of new releases. #telodendria-general:bancino.net;General discussion and support. #telodendria-issues:bancino.net;Report bugs and issues. diff --git a/site/style.css b/site/style.css index 9e2a0bf..c22130b 100644 --- a/site/style.css +++ b/site/style.css @@ -118,22 +118,6 @@ tr:nth-child(even) { background-color: var(--color-table-accent); } -th:first-of-type { - border-top-left-radius: var(--border-radius); -} - -th:last-of-type { - border-top-right-radius: var(--border-radius); -} - -tr:last-of-type td:first-of-type { - border-bottom-left-radius: var(--border-radius); -} - -tr:last-of-type td:last-of-type { - border-bottom-right-radius: var(--border-radius); -} - /* Thanks Jonah! */ #logo { display: block; @@ -389,6 +373,12 @@ h2.Ss { .eqn { } + +.tbl { + border: none; + border-style: none !important; +} + .tbl td { vertical-align: middle; }