Bullet indents
I've created a book in Word which has been converted into ePub format before being opened in Sigil. The book has a number of unordered lists which show up in the HTML like this:
<ul class="list_">
<li class="block_22">item 1</li>
<li class="block_22">item 2</li>
<li class="block_22">item 3</li>
<li class="block_22">item 4</li>
</ul>
The bullets appear to indented much deeper than in the original Word file. I'm thinking it should be simple enough the decrease the indent but I can't figure out how?
Sigil has toolbars at the top, one of which has a 'decrease indent' button, but how do I actually use this to change what I see in the HTML or preview window?
Thanks
|