From 45c3deb826d026add4ff9b062771654bb660b724 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 24 Jun 2006 22:24:48 +0200 Subject: fix for FS#810 darcs-hash:20060624202448-d5083-e1aecc4b9b01659c41018318ee383b9d4fbd3e64.gz --- lib/tpl/default/print.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'lib/tpl') 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 { -- cgit v1.2.3