aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ben Abbott <jaminscript@gmail.com> 2015-01-13 13:20:29 +1300
committerGravatar Ben Abbott <jaminscript@gmail.com> 2015-01-13 13:20:29 +1300
commite944eb02588304bd4c2c5bcc54fe9572c77bffad (patch)
treeef1b45e18395d46ae05dcac256a0a8c9fde80fdf
parent8e77d1436bc5d618150a6e368058a501ee446ed3 (diff)
downloadkompetenzbolzen.github.io-e944eb02588304bd4c2c5bcc54fe9572c77bffad.tar.gz
Resolves #72 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;