View Single Post
Old 03-02-2012, 12:29 PM   #6
lela1031
Junior Member
lela1031 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2012
Device: Kindle Fire, iPad, Kindle 1, Nook
Solution, sort of

I did find something that works. It doesn't look great on the Kindle, but at least the numbers aren't getting cut off. In Calibre, in the "extra CSS" section, I added this:

ol {
text-indent: 1em;
display: block;
text-align: justify;
margin-left:0;
margin-right:0;
margin-top: 0.5em;
margin-bottom: 0
}

That solved it.
lela1031 is offline   Reply With Quote