Forum Moderators: not2easy
ol, li {
font-size: 16px;
font-family: Times New Roman;
}
li li {
position: relative;
top: -19px;
left: -29px;
}
<ol>
<li>
<ol>
<li>Volkswagen</li>
<li>Audi</li>
<li>Porsche</li>
</ol>
</li>
<li>
<ol>
<li>Banana</li>
<li>Apple</li>
<li>Strawberry</li>
</ol>
</li>
</ol>
Yes I know that fixed pixel sizes are not good for accessability, but I can get away with it in this case because it's for an internal memo thingy only. And using fixed pixel sizes and a fixed font keeps evertyhing lined up perfectly.