summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
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% }