On each item in every block in my left sidebar I see a small >> overlapping the text. How do I get rid of this, or at least move it over a bit so that it does not overlap the text? I think it is supposed to indicate the expandable nature of the link, but it also appears on various non-expandable items. See attached png.
Comments
Comment #1
rosslaird commentedIt's every list item, I have discovered.
Comment #2
rosslaird commentedOK, got it. The offending item is here:
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
background: url('images/raquo.png') no-repeat left 0.833em;
list-style-image: none;
list-style-type: none;
Changing "raquo.png" to "blank.gif" did the trick, in case anyone else has this problem.
Comment #3
jwolf commentedI think it would be extremely helpful if you identified the browser this problem is occurring in. It looks to me like IE.. but which IE?
Comment #4
jwolf commentedComment #5
jwolf commented