summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-06-24 22:24:48 +0200
committerAnika Henke <a.c.henke@arcor.de>2006-06-24 22:24:48 +0200
commit45c3deb826d026add4ff9b062771654bb660b724 (patch)
treee2d8ba9fef14dc10f726428b618bc16a7cab3e40 /lib/tpl
parente077833f31b6419fe3252de4b9ec880a49a62c52 (diff)
downloadrpg-45c3deb826d026add4ff9b062771654bb660b724.tar.gz
rpg-45c3deb826d026add4ff9b062771654bb660b724.tar.bz2
fix for FS#810
darcs-hash:20060624202448-d5083-e1aecc4b9b01659c41018318ee383b9d4fbd3e64.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/print.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css
index 296c4353e..82000486d 100644
--- a/lib/tpl/default/print.css
+++ b/lib/tpl/default/print.css
@@ -112,18 +112,26 @@ img.mediaright {
ul {
line-height: 1.5em;
list-style-type: square;
- margin: 0 0 1.0em 1.5em;
+ margin: 0 0 0.5em 1.5em;
padding: 0;
}
/* ordered lists */
ol {
- line-height: 1.0em;
- margin: 0 0 1.0em 1.0em;
+ line-height: 1.5em;
+ margin: 0 0 0.5em 2.5em;
padding: 0;
font-weight: normal;
}
+ol ol {
+ margin: 0 0 0.5em 1.5em;
+}
+
+div.dokuwiki ol {list-style-type: decimal}
+div.dokuwiki ol ol {list-style-type: upper-roman}
+div.dokuwiki ol ol ol {list-style-type: lower-alpha}
+div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
/* the list items overriding the ol definition */
span.li {