Reputation: 223
There is what appears to be a 2px bottom padding on the image to the containing element. I am able to resolve this by removing the z-index. I need the z-index arrangement however to provide an inset box shadow on the image.
It can be seen here: http://jsfiddle.net/JkLAP/
Upvotes: 0
Views: 53
Reputation: 40066
just add .photo{display:block}
demo: http://jsfiddle.net/JkLAP/2/
Upvotes: 2