blob: 03e5bac144f4918631e39cec107b5f3898ca980d [file] [log] [blame]
<!DOCTYPE html>
<style type="text/css">
body {
-webkit-hyphens: auto;
}
ol li {display:block;}
ol > li {counter-increment: item; position: relative;}
ol > li:before {
content:counters(item, ".") ".";
position: absolute; margin-right: 100%; right: 10px; font-weight: normal;
}
</style>
<body><ol><li>Hyphenation</li><ol><li>shouldn't affect bullet position</li></ol></ol></body>