I have this:
<ol type="1">
<li>
List Item 1
<ol>
<li>
Nested Item 1.1
</li>
<li>
Nested Item 1.2
</li>
</ol>
</li>
<li>
List Item 2
</li>
</ol>
and I want it to be printed like this:

With your exact HTML, you want this:
See jsFiddle for a working example.