From 3add6e93d7a631f1830f5cf87766ece8a47c2b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Feb 2019 20:23:54 +0100 Subject: Tue, 19 Feb 2019 20:23:53 +0100 --- templates/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates') 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;} -- cgit v1.2.3