Topic: Topic Read / Unread Icons Help...

Hi

Basically I am trying to edit the little coloured block that indicates new posts etc and replace it with an image, I changed the CSS properties to reflect a background image when I was running a punbb 1.2 board and it worked perfect but it would seem on punbb 1.3 I get a strange error I cannot seem to fix...

Notice the thick border around the image...

http://www.shedbass.net/jeps/error.jpg

A snippet of the change I made here

.brd .main-content .main-item .icon {
    background-image: url(../../img/forum_read.png);
    background-repeat: no-repeat;
    background-color: #fff;

Any suggestions?

Re: Topic Read / Unread Icons Help...

Never mind I have sorted it, was a line in the connected style sheet that created the border wink