For the most part this theme’s css stylesheet does indicate “none” for list-style-type, except for here:
.post ul li {
padding: 0px;
font-weight: normal;
list-style: url(‘images/icon.gif’);
line-height: 1.5em;
}
.post ul li:hover {
padding: 0px;
font-weight: normal;
list-style: url(‘images/icon2.gif’);
line-height: 1.5em;
I set the above to none but didn’t see a difference.
And when I verify the cg-amazon.css file for the same, all list-style-types are set to “none” as well. Any other ideas?
For me, in FF, the images aren’t off the column’s edge. Hmm.
I do want to be able to eliminate the special theme formatting in the display of the amazon.com items but still haven’t figured out where/how to do that in either stylesheet.