Resolves #72 by overriding an img style

This commit is contained in:
Ben Abbott 2015-01-13 13:20:29 +13:00
parent 8e77d1436b
commit e944eb0258
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;