I’m having a problem with justify alignment of list items (<li>) in an ordered list (<ol>) in Opera. There are different spacings in front of the lines.
Opera version:
- Version: 11.62
- Build: 1347
- Platform: Win32
- System: Windows 7
Screenshots:
Test code:
http://jsfiddle.net/ySmJZ/
ol {
list-style: decimal;
margin: 16px 0px;
padding: 0px 0px 0px 40px;
text-align: justify;
}


It’s a known bug in Opera (CORE-41499). There isn’t really a workaround, except to avoid using
text-align:justify.