Skip to content

Commit

Permalink
Add a maximum width to the images on the sponsor page. Not a final so…
Browse files Browse the repository at this point in the history
…lution (no IE 6) but it will work
  • Loading branch information
andrewcurioso committed Jun 3, 2012
1 parent 87b4612 commit c191d6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webroot/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c191d6a

Please sign in to comment.