summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-11-15 13:48:35 +0100
committerAnika Henke <anika@selfthinker.org>2009-11-15 13:48:35 +0100
commit7917b6f2f2768c559c2b891f5c0077afe3eeef69 (patch)
tree1459f7565d0d2f36f1c51a75b1a89310bf980cc0 /lib/tpl
parent25c07f932486a6a46d6a29a5e7602556b4cfc6a4 (diff)
downloadrpg-7917b6f2f2768c559c2b891f5c0077afe3eeef69.tar.gz
rpg-7917b6f2f2768c559c2b891f5c0077afe3eeef69.tar.bz2
smaller left margin for nested lists (partly a revert of the fix for FS#941)
darcs-hash:20091115124835-f7d6d-16e82c8e19c98111f42eccfb52f004b40ce7c928.gz
Diffstat (limited to 'lib/tpl')
-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 */