summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-27 01:24:51 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-27 01:24:51 -0400
commita643ab63479520f39bcff4714c41f0237fc8c8c4 (patch)
treea752ebb84c37e6c8a5e96612152680552821e366
parenta8a7fef378965ab2f337fb780fabf49dbf1ade0a (diff)
downloademacsconf-wiki-a643ab63479520f39bcff4714c41f0237fc8c8c4.tar.xz
emacsconf-wiki-a643ab63479520f39bcff4714c41f0237fc8c8c4.zip
2019/sidebar: more tweaks
-rw-r--r--2019/sidebar.md6
-rw-r--r--local.css9
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]]!**
+<p>Welcome to...</p>
+<p class="center">[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="72x" link=2019]]</p>
+<p class="right">...[[EmacsConf 2019|2019]]!</p>
---
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 {