Jump to content

Module talk:Chessboard

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cobaltcigs (talk | contribs) at 09:20, 9 June 2013 (explanation of edit). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Moving the icons into the caption caused an obscure and probably coincidental css rule to give each of them a white background, effectively negating the svg/png transparency, to wit:

div.thumb div a img {
    background-color: #FFFFFF;
}

originating from the following url:

My edit to this module fixed the problem immediately, but I'm amazed nobody else had complained about it. If we really do want each chess-piece icon to link to the image page as it did before, we will need some superseding CSS rule to work around this bug. ―cobaltcigs 09:20, 9 June 2013 (UTC)[reply]