I have a simple unordered list with list-style-type: disc and with some li's that have each two floated div's. The problem is that only on Webkit browsers (Safari, Chrome...) the bullets appear to the right side of the list.
See attached screenshot and this fiddle
Here is the code:
<ul>
<li class="cf">
<span class="left">Text1:</span>
<span class="left">00,00 €</span>
</li>
<li>
<span class="left">Text2:</span>
<span class="left">00,00 €</span>
</li>
<li>
<span class="left">Text3:</span>
<span class="left">00,00 €</span>
</li>
<li>
<span class="left">Text4:</span>
<span class="left">00,00 €</span>
</li>
</ul>