summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-10-25 23:54:22 -0400
committerSacha Chua <sacha@sachachua.com>2020-10-25 23:54:22 -0400
commit281ceb1a251adaa9f4f0982aab06095cb62f0ad7 (patch)
tree8b96fe336f626bc48aa29a7c5478d9883e3319a6 /local.css
parent266b4b08c045324994f18b653d70b41d1b54f706 (diff)
parent0120128de908a5f54c27e59f457bea5940c6a26f (diff)
downloademacsconf-wiki-281ceb1a251adaa9f4f0982aab06095cb62f0ad7.tar.xz
emacsconf-wiki-281ceb1a251adaa9f4f0982aab06095cb62f0ad7.zip
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
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;
+}