Looking through my logs, I'm noticing a lot of 404's for themes/Aeon5/tabs-on.png
Its coming from style.css:

.tabs ul.primary li.active a {
background:url(tabs-on.png) no-repeat left top #369;
border-right:2px solid #369;
color:#fff
}

Is the correct fix to remove background image or is it missing from the distribution?

Comments

Christopher Herberte’s picture

Assigned: Unassigned » Christopher Herberte
Status: Active » Fixed

fixed, removed offending line from style sheet.

Anonymous’s picture

Status: Fixed » Closed (fixed)