summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorCorwin Brust <corwin@bru.st>2020-10-25 21:50:39 -0500
committerCorwin Brust <corwin@bru.st>2020-10-25 21:50:39 -0500
commit0120128de908a5f54c27e59f457bea5940c6a26f (patch)
tree35ea2eab646f8b0d926b170e41322b7b8e865879 /local.css
parentc4eac18b03923b686e433fbde086fb2ac5552363 (diff)
downloademacsconf-wiki-0120128de908a5f54c27e59f457bea5940c6a26f.tar.xz
emacsconf-wiki-0120128de908a5f54c27e59f457bea5940c6a26f.zip
move style for tech check volunteer table into local.css
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 6 insertions, 0 deletions
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;
+}