Do some work to fix tables

This commit is contained in:
Jordan Bancino 2022-09-23 16:09:45 -04:00
parent 64eaecfdda
commit 00f450c463
2 changed files with 8 additions and 20 deletions

View file

@ -1,4 +1,4 @@
.Dd $Mdocdate: September 22 2022 $ .Dd $Mdocdate: September 23 2022 $
.Dt TELODENDRIA 7 .Dt TELODENDRIA 7
.Os Telodendria Project .Os Telodendria Project
.Sh NAME .Sh NAME
@ -59,10 +59,8 @@ on what you can do with it.
is on Matrix! Check out the official Matrix rooms: is on Matrix! Check out the official Matrix rooms:
.sp .sp
.TS .TS
tab(;); box tab(;);
l l. l l.
Room;Description
----;-----------
#telodendria-releases:bancino.net;Get notified of new releases. #telodendria-releases:bancino.net;Get notified of new releases.
#telodendria-general:bancino.net;General discussion and support. #telodendria-general:bancino.net;General discussion and support.
#telodendria-issues:bancino.net;Report bugs and issues. #telodendria-issues:bancino.net;Report bugs and issues.

View file

@ -118,22 +118,6 @@ tr:nth-child(even) {
background-color: var(--color-table-accent); 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! */ /* Thanks Jonah! */
#logo { #logo {
display: block; display: block;
@ -389,6 +373,12 @@ h2.Ss {
.eqn { .eqn {
} }
.tbl {
border: none;
border-style: none !important;
}
.tbl td { .tbl td {
vertical-align: middle; vertical-align: middle;
} }