diff options
author | Corwin Brust <corwin@bru.st> | 2020-10-25 21:50:39 -0500 |
---|---|---|
committer | Corwin Brust <corwin@bru.st> | 2020-10-25 21:50:39 -0500 |
commit | 0120128de908a5f54c27e59f457bea5940c6a26f (patch) | |
tree | 35ea2eab646f8b0d926b170e41322b7b8e865879 | |
parent | c4eac18b03923b686e433fbde086fb2ac5552363 (diff) | |
download | emacsconf-wiki-0120128de908a5f54c27e59f457bea5940c6a26f.tar.xz emacsconf-wiki-0120128de908a5f54c27e59f457bea5940c6a26f.zip |
move style for tech check volunteer table into local.css
Diffstat (limited to '')
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; +} |