From 0120128de908a5f54c27e59f457bea5940c6a26f Mon Sep 17 00:00:00 2001 From: Corwin Brust Date: Sun, 25 Oct 2020 21:50:39 -0500 Subject: move style for tech check volunteer table into local.css --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index af8f6e05..0322f0d0 100644 --- a/local.css +++ b/local.css @@ -53,3 +53,9 @@ pre > code { border: none; padding: 0 } .sidebar > p:nth-child(1) { margin-bottom: 0.1em } .sidebar > p:nth-child(2) { margin-top: 0; margin-bottom: 0 } .sidebar > p:nth-child(3) { margin-top: 0.1em } + +.tht { + border: 1px solid #ad49c0; + padding: 5px; + border-collapse: collapse; +} -- cgit v1.2.3