cfhtmltopdf unordered list indent oddity
Considering the following HTML:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<ul><li>normal text</li><li style="text-indent: 4em">another text</li><li style="text-indent: 4em">some other text</li></ul>
</body>
</html>
It renders in my browser (and WYSIWYG editor) like this:

But it renders in the PDF produced by both cfdocument and cfhtmltopdf like this:

Any ideas for what I can do to get it to render consistently in the PDF?
Thanks in advance,
Leighton
