]> 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...
authorunknown <admin@connecticum.de>
Wed, 6 Mar 2013 19:14:37 +0000 (20:14 +0100)
committerunknown <admin@connecticum.de>
Wed, 6 Mar 2013 19:14:37 +0000 (20:14 +0100)
scss/foundation/components/_global.scss

index 9211003ebddd8170a25a2b1d564bcb5abcc87397..8701095bed843dc64c5cafb7404119645b81f834 100644 (file)
@@ -49,7 +49,7 @@ img { -ms-interpolation-mode: bicubic; }
 .hide         { display: none; }
 
 // Get rid of gap under images by making them display: block; by default
-img { display: block; }
+img { display: inline-block; }
 
 //
 // Global resets for forms