The bullets in IE8 are so small, I tried changing the font-size, but that didn't work. Code:
<ul style="padding:0; margin:0; margin-left:20px;">
<li>item 1</li>
<li>item 2</li>
</ul>
Is there any way to do this without using an image for the bullet?