summaryrefslogtreecommitdiffstats
path: root/local.css
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 /local.css
parent3ab3721826128accc5f8f8a6980d87da112c4b08 (diff)
downloademacsconf-wiki-1b26920c9beecba6a8e473bd08700c6b7092eb37.tar.xz
emacsconf-wiki-1b26920c9beecba6a8e473bd08700c6b7092eb37.zip
2019/sidebar: ditto
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 8 insertions, 2 deletions
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% }