Merge pull request #77 from jaminscript/fix-google-translate-bubble

Resolves #72 - Google Translate rendering issue by overriding an img style
This commit is contained in:
Barry Clark 2015-01-12 20:00:11 -05:00
commit f35771a57c
1 changed files with 5 additions and 0 deletions

View File

@ -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;