From: joey Date: Sat, 19 Aug 2006 18:16:23 +0000 (+0000) Subject: add styling for outline lists X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/b058842d88616b7e333d4d71e87e492e909eaa70?ds=sidebyside add styling for outline lists --- diff --git a/basewiki/style.css b/basewiki/style.css index b975c89f2..7bb9bb9f5 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -138,3 +138,29 @@ td.changelog { margin-bottom: 40px; padding: 2ex 2ex; } + +/* outlines */ +li.L1 { + list-style: upper-roman; +} +li.L2 { + list-style: decimal; +} +li.L3 { + list-style: lower-alpha; +} +li.L4 { + list-style: disc; +} +li.L5 { + list-style: square; +} +li.L6 { + list-style: circle; +} +li.L7 { + list-style: lower-roman; +} +li.L8 { + list-style: upper-alpha; +}