summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorCorwin Brust <corwin@bru.st>2020-10-25 23:13:51 -0500
committerCorwin Brust <corwin@bru.st>2020-10-25 23:13:51 -0500
commit278805285ea11b14c82d957f1ce578e459b65b49 (patch)
tree55803fa89fc9da711290e078eec116f6cec13ea3 /local.css
parent0120128de908a5f54c27e59f457bea5940c6a26f (diff)
downloademacsconf-wiki-278805285ea11b14c82d957f1ce578e459b65b49.tar.xz
emacsconf-wiki-278805285ea11b14c82d957f1ce578e459b65b49.zip
clean up HTML and CSS using approach from live.emacsconf.org
Diffstat (limited to 'local.css')
-rw-r--r--local.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/local.css b/local.css
index 0322f0d0..55a50745 100644
--- a/local.css
+++ b/local.css
@@ -54,8 +54,23 @@ pre > code { border: none; padding: 0 }
.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;
+/*
+ * Yoinked from http://live.emacsconf.org/
+*/
+table {
+ margin: 0 auto 1rem;
+ border-collapse: collapse;
+}
+
+th, td {
+ font-size: 0.9em;
+ text-align: center;
+ min-width: 8em;
+}
+
+tbody td {
+ vertical-align: middle;
+ padding: 0.1rem 0.75rem;
+ padding: 0.5em;
+ border: 1px solid #ced4da;
}