diff options
| author | Barry Clark <barry@barryclark.co> | 2015-01-12 20:00:11 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2015-01-12 20:00:11 -0500 |
| commit | f35771a57c836550dca70566c61f6c38ba19d49d (patch) | |
| tree | ef1b45e18395d46ae05dcac256a0a8c9fde80fdf | |
| parent | 8e77d1436bc5d618150a6e368058a501ee446ed3 (diff) | |
| parent | e944eb02588304bd4c2c5bcc54fe9572c77bffad (diff) | |
| download | acn-blog-f35771a57c836550dca70566c61f6c38ba19d49d.tar.gz acn-blog-f35771a57c836550dca70566c61f6c38ba19d49d.tar.bz2 acn-blog-f35771a57c836550dca70566c61f6c38ba19d49d.zip | |
Merge pull request #77 from jaminscript/fix-google-translate-bubble
Resolves #72 - Google Translate rendering issue by overriding an img style
| -rwxr-xr-x | style.scss | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |
