Hi!
.. letter
. number
incorrectly rendered by 8.2.5 as
a. letter
a. number
instead of
a. letter
1. number
Actually, xhtml generated correctly, so this bug somewhere in css...
Found it! In xhtml11.css, after:
div.olist2 ol {
list-style-type: lower-alpha;
}
add this to fix that bug:
div.olist2 div.olist ol {
list-style-type: decimal;
}
--
WBR, Alex.
_______________________________________________
asciidoc-discuss mailing list
asciidoc-discuss@...
http://lists.metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss