From c191d6a4f119f0804834b4d24add732a0b814c08 Mon Sep 17 00:00:00 2001 From: andrewcurioso Date: Sun, 3 Jun 2012 14:50:19 -0400 Subject: [PATCH] Add a maximum width to the images on the sponsor page. Not a final solution (no IE 6) but it will work --- webroot/css/base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webroot/css/base.css b/webroot/css/base.css index 1aa6df1..cb91e32 100755 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -578,6 +578,12 @@ a.sponsor-box.diamond, a.sponsor-box.gold, a.sponsor-box.silver { text-decoration: none; } +a.sponsor-box.diamond img, a.sponsor-box.gold img, a.sponsor-box.silver img { + border: none; + max-width: 100%; + max-height: 100%; +} + a.sponsor-box.diamond { width: 270px; height: 170px;