Hi
I'm trying to make some changes to the skin and I'm having trouble reloading the ../kurouto/images/red/menu_top_open.png file on the accordion menu.
I've tried the maintenance and clearing browser history and it still loads the file without my changes.
Should I create a file with a different name and change it on the layout.css file?
#menu > li > a.menu_open {
background-image: url(../../images/red/menu_top_open.png) !important;
}