lucky760
New member
I see that the bulletin board was updated some time recently. There's a bug in the latest stylesheet that's causing two up-arrows to appear over buttons.
The cause of this problem is that the <a> tag has the arrow as a background-image per this selector:
.buttonlist ul li a.active
but its child element, the <span> tag, also has the same background-image per this selector:
.buttonlist ul li a.active span

The cause of this problem is that the <a> tag has the arrow as a background-image per this selector:
.buttonlist ul li a.active
but its child element, the <span> tag, also has the same background-image per this selector:
.buttonlist ul li a.active span