Jered Odegard
Jered Odegard

Reputation: 223

Unknown Padding on Containing Element

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

Answers (1)

Sotiris
Sotiris

Reputation: 40066

just add .photo{display:block}

demo: http://jsfiddle.net/JkLAP/2/

Upvotes: 2

Related Questions