summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/default/design.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index 8ba03cf52..4830a9e2c 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -429,12 +429,10 @@ div.dokuwiki ol {
font-weight: bold;
}
-/* no gap in between nested lists */
-div.dokuwiki li ul {
- margin-bottom: 0;
-}
+/* no bottom gap in between and smaller left margin for nested lists */
+div.dokuwiki li ul,
div.dokuwiki li ol {
- margin-bottom: 0;
+ margin: 0 0 0 1.5em;
}
/* the list items overriding the ul/ol definition */