aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:53:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:53:11 +0100
commitfd85780706f13ba284730047f3927cb57ff53963 (patch)
tree44b20f7aab8cc5c088afb00197062fe2a859e131 /templates
parentTue, 26 Mar 2019 08:49:12 +0100 (diff)
downloadwiki-public-fd85780706f13ba284730047f3927cb57ff53963.tar.gz
wiki-public-fd85780706f13ba284730047f3927cb57ff53963.tar.xz
Tue, 26 Mar 2019 08:53:11 +0100
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 4831c1a..53a7974 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -62,6 +62,11 @@ div[id='Top Heading'] + ul li {
width: 10em;
}
+.side {
+ display: flex;
+ justify-content: space-around;
+}
+
/*
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;}