diff --git a/site/index.html b/site/index.html index d01e280..33c3cf5 100644 --- a/site/index.html +++ b/site/index.html @@ -29,7 +29,7 @@

Note: Telodendria is under heavy development. -Please see the Project Status. +Please see the Project Status.

Telodendria is a Matrix homeserver implementation written from @@ -159,7 +159,7 @@ Signify No downloads here yet. See the -Project Status for more +Project Status for more information. diff --git a/site/style.css b/site/style.css index c22130b..6b3ca72 100644 --- a/site/style.css +++ b/site/style.css @@ -105,7 +105,6 @@ table { width: 100%; border-collapse: separate; border-spacing: 0px; - border-radius: var(--border-radius); } td, th { @@ -390,8 +389,11 @@ h2.Ss { /* Semantic markup for command line utilities. */ -table.Nm { +table.Nm, +table.Nm td { + border: none; } + code.Nm { font-style: normal; font-weight: bold;