summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-27 01:11:41 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-27 01:11:41 -0400
commit1b26920c9beecba6a8e473bd08700c6b7092eb37 (patch)
tree3d2953a5b3b913b56bdde72b390e113b62dcd615
parent3ab3721826128accc5f8f8a6980d87da112c4b08 (diff)
downloademacsconf-wiki-1b26920c9beecba6a8e473bd08700c6b7092eb37.tar.xz
emacsconf-wiki-1b26920c9beecba6a8e473bd08700c6b7092eb37.zip
2019/sidebar: ditto
Diffstat (limited to '')
-rw-r--r--2019/sidebar.md2
-rw-r--r--local.css10
2 files changed, 9 insertions, 3 deletions
diff --git a/2019/sidebar.md b/2019/sidebar.md
index 757eac32..35f51ce2 100644
--- a/2019/sidebar.md
+++ b/2019/sidebar.md
@@ -1,5 +1,5 @@
Welcome to...
-[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo" size="64x64"]]
+[[!img /i/emacsconf-logo1-256.png alt="EmacsConf logo"]]
**[[EmacsConf 2019|2019]]!**
---
diff --git a/local.css b/local.css
index f0aa08e2..eb25182c 100644
--- a/local.css
+++ b/local.css
@@ -1,7 +1,5 @@
/* ikiwiki local style sheet */
-/* Add local styling here, instead of modifying style.css. */
-
#content { line-height: 1.5 }
video { max-width: 100% }
@@ -15,6 +13,13 @@ video { max-width: 100% }
.muted { color: #666 }
+.center {
+ text-align: center;
+}
+.justify {
+ text-align: justify;
+}
+
pre { padding: 1em }
pre, code {
background-color: #f8f8f8;
@@ -25,3 +30,4 @@ code { padding: .2em .3em }
pre > code { border: none; padding: 0 }
.sidebar ul, .sidebar ol { padding-left: 1em }
+.sidebar img { max-width: 50% }