MediaWiki talk:Monobook.css
From MediaWiki
Image Border Bug Fix
Interrobang and TX55 complained that Wikia's last round of CSS changes had the unintended effect of rendering image thumbnail borders transparent. (discussed here.) The problem is only apparent is there's a messagebox or section-divider overlapping a thumbnail- it's like the borders are etched on transparent glass. The code below fixes this by opaquing the glass (as it used to be.) -Derik 04:07, 8 February 2008 (UTC)
/*Fix the 'see-through image borders' problem.*/
.thumb{ background-color:white;}

