Re: Replace Mozilla logo on donate page

On Mon, 1 Mar 2010 07:46:16 -0600
Ian Jacobs <ij@w3.org> wrote:

> Hello Reed. I believe this has been done. Sorry for the delay.

The CSS needs to be fixed...

  img.sponsor_thumb {
    width: 120px;         
  }

<a href="#topsponsor_moz"><img class="sponsor_thumb"
src="http://www.w3.org/QA/Tools/logos_sup/moz_logo.jpg"
alt="Mozilla" /></a>

The image is actually 99px × 76px, but the "sponsor_thumb" class is
causing it to be scaled to 120px × 92px, which makes it look quite ugly
and pixelated on http://www.w3.org/QA/Tools/Donate.

~reed

-- 
Reed Loden - <reed@reedloden.com>

Received on Monday, 1 March 2010 14:47:02 UTC