Somewhere resets ol's padding to 0
ol { padding:0; }
I need to set it back to default which padding is growing depends on the number
ol { /* ??? */ }
Uploaded here: http://jsfiddle.net/jGxLS/
Preview:
As you can see, the padding is not growing (overflow to the left):
How to make the padding grow?