Last modified: 2007-11-19 03:05:25 UTC
The English Wikipedia recently implemented a JavaScript workaround for IE to Mediawiki:Common.js. But in order to make it work on thumbnails, Mediawiki:Common.js had to have a new CSS declaration added for the .thumbborder class. This was neccessary because the workaround recreates img elements as spans. This would not be neccessary if monobook's main.css were modified so that img.thumbborder was simply .thumbborder. That would allow the workaround to take effect properly without duplicate CSS information having to be added to Mediawiki:Common.css.
Changes to the PngFix script made it so that this change is no longer necessary, so I'm closing this bug.