add styling for outline lists

master
joey 2006-08-19 18:16:23 +00:00
parent cb60d16bb4
commit b058842d88
1 changed files with 26 additions and 0 deletions

View 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;
}