Skip to content

Commit

Permalink
#main-content .content img -> handle too large images.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-jk committed Oct 16, 2013
1 parent 6e55b24 commit 9c0f6d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sass/screen.scss
Expand Up @@ -609,8 +609,10 @@ margin:10px 0;
background: none repeat scroll 0 0 $neutral_tint_3;
border: 1px solid $neutral;
padding: 2px;
margin: 3px;
border-radius: 2px 2px 2px 2px;
margin: 3px;
border-radius: 2px 2px 2px 2px;
max-width: 100%;
height: auto;
}

#main-content .content img.caption {
Expand Down

0 comments on commit 9c0f6d0

Please sign in to comment.