I noticed that chrome was erasing the number on my list-items when I add css to manipulate column-count...
For instance:
<ol style =-webkit-column-count: 2;...">
....
</ol>
The above does manage to overflow li's into a separate column as intended but it removes the default item numbering as well. This doesn't occur in Firefox, only chrome.
Any ideas?