aboutsummaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/style.css')
-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;}