use the following css: working jsFiddle
img{display:block;}
Images are by default displayed inline – which causes the padding below the image. (because of line-height)
use the following css: working jsFiddle
img{display:block;}
Images are by default displayed inline – which causes the padding below the image. (because of line-height)