From: 2ndkauboy Date: Wed, 6 Mar 2013 19:23:00 +0000 (+0100) Subject: setting img to inline-block as setting it to block for all images breaks most website... X-Git-Tag: v4.0.5~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1755%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git setting img to inline-block as setting it to block for all images breaks most website layouts --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 8701095be..2fa5918c5 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -48,7 +48,7 @@ img { -ms-interpolation-mode: bicubic; } .text-justify { text-align: justify; } .hide { display: none; } -// Get rid of gap under images by making them display: block; by default +// Get rid of gap under images by making them display: inline-block; by default img { display: inline-block; } //