From a8bf5e9d577e4dd336134736fdb714f3900452bc Mon Sep 17 00:00:00 2001 From: 2ndkauboy Date: Wed, 6 Mar 2013 20:23:00 +0100 Subject: [PATCH] setting img to inline-block as setting it to block for all images breaks most website layouts --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } // -- 2.47.3