From 278805285ea11b14c82d957f1ce578e459b65b49 Mon Sep 17 00:00:00 2001 From: Corwin Brust Date: Sun, 25 Oct 2020 23:13:51 -0500 Subject: clean up HTML and CSS using approach from live.emacsconf.org --- 2020/prepare.md | 60 +++++++++++++++++++++++++-------------------------------- local.css | 23 ++++++++++++++++++---- 2 files changed, 45 insertions(+), 38 deletions(-) diff --git a/2020/prepare.md b/2020/prepare.md index c0da1371..03f384b9 100644 --- a/2020/prepare.md +++ b/2020/prepare.md @@ -110,47 +110,39 @@ To schedule a short tech-check, email one of the people listed below or visit with us on [#emacsconf-org on Freenode IRC](irc://chat.freenode.net/#emacsconf-org). - - - +
- - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + +
VolunteerEmailIRC NickTimezone
VolunteerEmailIRC NickTimezone
Corwin Brust<corwin@bru.st>mplsCorwinUS/Central (UTC-6)
Corwin Brust<corwin@bru.st>mplsCorwinUS/Central (UTC-6)
Leo Vivier<zaeph@zaeph.net>zaephCEST (UTC+1)
Leo Vivier<zaeph@zaeph.net>zaephCEST (UTC+1)
Your Name<your@email>  
Your Name<your@email>  
Amin Bandali<bandali@gnu.org>bandaliUS/Eastern (UTC-5)
Amin Bandali<bandali@gnu.org>bandaliUS/Eastern (UTC-5)
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; } -- cgit v1.2.3