Just noticed that on my pages, I get double icons for the "read more" like this:

http://img167.imageshack.us/img167/8472/weirdcssdo6.jpg

Comments

Lioz’s picture

i'll check. keep in my mind that 5x 1.1 version is stable but a little bit buggy since is the first 5x version with 6x features!

maedi’s picture

By any chance are you using contemplate?

Lioz’s picture

Assigned: Unassigned » Lioz

to solve this just modify line 1057 of style.css

from

.links .node_read_more{
background:url(img/readmore.gif) no-repeat;
padding:1px 0 0 23px;
}

to

ul.links li.node_read_more{
background:url(img/readmore.gif) no-repeat;
padding:1px 0 0 23px;
}
Marquis’s picture

that worked great.

Thanks.

watbe’s picture

perfect

watbe’s picture

wait a sec. it works fine on the frontpage, but on some other pages there is still a double icon like here http://crycity.wonderingfish.com/content/guidetocrycity

help!

watbe’s picture

anything?

Lioz’s picture

Status: Active » Closed (won't fix)