Any ideas about what element in the MediaWiki:Monobook.css is causing the white border around the image here? --BoneGnawer 15:21, 3 October 2006 (UTC)
- If you mean the white background, it's because it is a jpg and has a visible background. Or what do you mean? ~ Trent_Easton ~ talk 15:24, 3 October 2006 (UTC)
- I see the image with its white background, then around that is the grey thumbnail box, around that is the blue border, then there is a white border around the blue border. It appears to be a table cell and the thumbnail box is aligned to the left side of it. --BoneGnawer 15:32, 3 October 2006 (UTC)
- I didn't saw anything there untill the last change. Since now there is a blue box around the thumbnail-box. I think it's what you mean. So whatever you did, it was the right column... you just have to find out how you let it vanish ^^' ~ Trent_Easton ~ talk 15:50, 3 October 2006 (UTC)
- edit now it's gone again ^^
- I see the image with its white background, then around that is the grey thumbnail box, around that is the blue border, then there is a white border around the blue border. It appears to be a table cell and the thumbnail box is aligned to the left side of it. --BoneGnawer 15:32, 3 October 2006 (UTC)
- I fixed it. Changed
div.tright { clear: right; float: right; border-width: .5em 0 .8em 1.4em; margin-left: 0.75em; margin-right: 0em; }
- to
div.tright { clear: right; float: right; border-width: 0em 0 0em 0em; margin-left: 0.75em; margin-right: 0em; }
- --BoneGnawer 15:54, 3 October 2006 (UTC)
- Ah, very nice. Good job! :) ~ Trent_Easton ~ talk 16:01, 3 October 2006 (UTC)