From e0e0f667b4ff688a76572e2cdc586bc07709bc59 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 23 Sep 2022 17:42:04 -0400 Subject: [PATCH] Improvements to site links and stylesheet --- site/index.html | 4 ++-- site/style.css | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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;