Skip to content

Commit

Permalink
CSS: fixing component slide css so that image is resized properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Krenesky committed Jun 12, 2011
1 parent a6a5035 commit 94fcdad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom.css
Expand Up @@ -57,7 +57,8 @@ img {
}

.sm-vert-img img:first-child {
height: 80%;
padding-top:0;
height: 400px;
width: auto;
}

Expand Down

0 comments on commit 94fcdad

Please sign in to comment.