]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add styling for outline lists
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 19 Aug 2006 18:16:23 +0000 (18:16 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 19 Aug 2006 18:16:23 +0000 (18:16 +0000)
basewiki/style.css

index b975c89f2c38d80ad3cca4135160b9e23b0fadea..7bb9bb9f5c0c49a9a050cb1f509fe8a2bdd5ba18 100644 (file)
@@ -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;
+}