Dear friends,
I've been using the Twenty Ten theme for many years now but for some reason i can't get a hold on this 'CSS' ? Glitch-/Bug.
I've made the shadow RED this way the problem is better visible for everybody.
image
Everything you see is basic Twenty Ten code the only thing i added is a transform-rotate and a shadow to the .format-gallery .gallery-thumb
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
float: left;
margin-right: 25px;
margin-top: -10px;
-webkit-box-shadow: -1px 1px 5px #333;
-moz-box-shadow: -1px 1px 5px #333;
box-shadow: -1px 1px 5px #ff0000;
-webkit-transform:rotate(-2.6deg);
-moz-transform:rotate(-2.6deg);
-o-transform:rotate(-2.6deg);
-ms-transform:rotate(-2.6deg);
}
But it seems like there is a 'transparent' height of a few pixels at the bottom of a.size-thumbnail without content.