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
.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.

View file

@ -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;
}