From a643ab63479520f39bcff4714c41f0237fc8c8c4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 27 Jul 2020 01:24:51 -0400 Subject: 2019/sidebar: more tweaks --- 2019/sidebar.md | 6 +++--- local.css | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/2019/sidebar.md b/2019/sidebar.md index e63cb1b8..a3083efd 100644 --- a/2019/sidebar.md +++ b/2019/sidebar.md @@ -1,6 +1,6 @@ -Welcome to... -[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="96x96" link=]] -**[[EmacsConf 2019|2019]]!** +

Welcome to...

+

[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="72x" link=2019]]

+

...[[EmacsConf 2019|2019]]!

--- diff --git a/local.css b/local.css index de5a527c..9581c352 100644 --- a/local.css +++ b/local.css @@ -13,12 +13,9 @@ video { max-width: 100% } .muted { color: #666 } -.center { - text-align: center; -} -.justify { - text-align: justify; -} +.center { text-align: center } +.right { text-align: right } +.justify { text-align: justify } pre { padding: 1em } pre, code { -- cgit v1.2.3