I have code like this:
1. Orange some text in here
some text in here
I had a 3px gap between an image and div tag. Also all styles were set to 0. Really weird.
The fix:
img { vertical-align: middle; }
This worked beautifully for me.