diff options
Diffstat (limited to '')
-rw-r--r-- | 2019/sidebar.md | 2 | ||||
-rw-r--r-- | local.css | 10 |
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]]!** --- @@ -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% } |