Hi!

It appears that list items within numbered (ol) lists are shifted a bit too 
much left. You can see the problem here:

  http://fi.libreoffice.org/lataa/asennusohjeet/macintosh/

I'd expect the numbers to be aligned at the same level as the paragraph text. 
The problem does not occur with ul lists where the CSS adds some padding for 
li elements to handle this. Experimenting with Firebug leads me to think that 
something like this might work as a fix for this problem:

.typography ol li {
        margin-left: 21px;
}


Harri

-- 
Unsubscribe instructions: E-mail to website+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/website/
*** All posts to this list are publicly archived for eternity ***

Reply via email to