Skip to content

Commit

Permalink
Resolves #72 by overriding an img style
Browse files Browse the repository at this point in the history
  • Loading branch information
ymougenel committed Jan 13, 2015
1 parent 4e63399 commit dbfd7ab
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 dbfd7ab

Please sign in to comment.