OK, for the life of me I can't seem to figure out how to solve this problem.
When an image is given the style attribute float:left and a standard unordered list placed next to it, the bullets appear on top of the image. I have tried margin and padding targeting all the elements I could think of.
Here is a link to an example:
http://dustinturin.com/2.0/test
Additionally, the HTML output is coming from a CMS, so I can't change the output very easily. The image itself will have a class.
Any ideas? This must have a simple solution.