summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
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;
}