aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2015-01-12 20:00:11 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2015-01-12 20:00:11 -0500
commitf35771a57c836550dca70566c61f6c38ba19d49d (patch)
treeef1b45e18395d46ae05dcac256a0a8c9fde80fdf
parent8e77d1436bc5d618150a6e368058a501ee446ed3 (diff)
parente944eb02588304bd4c2c5bcc54fe9572c77bffad (diff)
downloadkompetenzbolzen.github.io-f35771a57c836550dca70566c61f6c38ba19d49d.tar.gz
Merge pull request #77 from jaminscript/fix-google-translate-bubble
Resolves #72 - Google Translate rendering issue by overriding an img style
-rwxr-xr-xstyle.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 33749f8..a252974 100755
--- a/style.scss
+++ b/style.scss
@@ -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;