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.

CommentFileSizeAuthor
menu.png17.13 KBrosslaird

Comments

rosslaird’s picture

It's every list item, I have discovered.

rosslaird’s picture

OK, 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.

jwolf’s picture

I 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?

jwolf’s picture

Status: Active » Postponed (maintainer needs more info)
jwolf’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)