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

index 8701095bed843dc64c5cafb7404119645b81f834..8a680e8eeb2f2612e6fdc84517d8d308a1359f9a 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: inline-block; }
+img { display: inline-block;}
 
 //
 // Global resets for forms