aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 20:23:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 20:23:54 +0100
commit3add6e93d7a631f1830f5cf87766ece8a47c2b10 (patch)
treed571e7d35b319291319103b8129af8e2b4cf788d /templates
parentTue, 19 Feb 2019 12:08:13 +0100 (diff)
downloadwiki-public-3add6e93d7a631f1830f5cf87766ece8a47c2b10.tar.gz
wiki-public-3add6e93d7a631f1830f5cf87766ece8a47c2b10.tar.xz
Tue, 19 Feb 2019 20:23:53 +0100
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index de08888..4831c1a 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -53,6 +53,15 @@ tr:nth-child(odd) {
background-color: #f0f0f0;
}
+div[id='Top Heading'] + ul {
+ width: 120%;
+}
+
+div[id='Top Heading'] + ul li {
+ display: inline-block;
+ width: 10em;
+}
+
/*
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;}