]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
setting img to inline-block as setting it to block for all images breaks most website... 1755/head
author2ndkauboy <admin@connecticum.de>
Wed, 6 Mar 2013 19:23:00 +0000 (20:23 +0100)
committer2ndkauboy <admin@connecticum.de>
Wed, 6 Mar 2013 19:23:00 +0000 (20:23 +0100)
scss/foundation/components/_global.scss

index 8701095bed843dc64c5cafb7404119645b81f834..2fa5918c536038ea861090853142f2564c8a8f7e 100644 (file)
@@ -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; }
 
 //