Skip to content

Commit

Permalink
Resolves barryclark#72 by overriding an img style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Abbott committed Jan 13, 2015
1 parent 3a0e6bb commit b8d6a15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ img {
max-width: 100%;
}

// Fixes images in popup boxes from Google Translate
.gmnoprint img {
max-width: none;
}

.date {
font-style: italic;
color: $gray;
Expand Down

0 comments on commit b8d6a15

Please sign in to comment.