aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:54:31 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:54:31 +0100
commitecc882fe5fde5b314180939f6a666a5c6a3b1e66 (patch)
treedadfaf5b9bd1ce1944033e7fd0baf2f0c0335ebe /templates
parentTue, 26 Mar 2019 08:53:11 +0100 (diff)
downloadwiki-public-ecc882fe5fde5b314180939f6a666a5c6a3b1e66.tar.gz
wiki-public-ecc882fe5fde5b314180939f6a666a5c6a3b1e66.tar.xz
Tue, 26 Mar 2019 08:54:31 +0100
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 53a7974..eaf6698 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -67,6 +67,10 @@ div[id='Top Heading'] + ul li {
justify-content: space-around;
}
+.side > * {
+ margin: auto 0 auto 0;
+}
+
/*
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}