[docbook-css] <orderedlist> numeration
David Holroyd
dave at badgers-in-foil.co.uk
Mon, 3 Jan 2005 15:22:11 +0000
These rules, just added to styles.css, allow for the different possible
values of the 'numeration' attribute for <orderedlist>:
orderedlist[numeration=loweralpha] {
list-style-type: lower-alpha;
}
orderedlist[numeration=upperalpha] {
list-style-type: upper-alpha;
}
orderedlist[numeration=lowerroman] {
list-style-type: lower-roman;
}
orderedlist[numeration=upperroman] {
list-style-type: upper-roman;
}
dave
--
http://david.holroyd.me.uk/