It's pretty likely the text descender padding on inline images added by the browser automatically.
Try adding the following to the top of you css file...
img {
display:block;
}
It's pretty likely the text descender padding on inline images added by the browser automatically.
Try adding the following to the top of you css file...
img {
display:block;
}