Resolves #72 by overriding an img style
parent
8e77d1436b
commit
e944eb0258
|
@ -110,6 +110,11 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fixes images in popup boxes from Google Translate
|
||||||
|
.gmnoprint img {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
|
|
Loading…
Reference in New Issue