This not only occurs to me but also to visitors.
Both images are embedded via the img-tag picasa provides and an added class, but I removed the a tag which made the picture clickable, resulting in only this small piece of code:
Code: Select all
<img src="http://lh6.ggpht.com/_oj4mgYeUYX4/SeiDfD-9UuI/AAAAAAAAArE/qrWe4eUTB7A/twitter.png" class="lefticon" alt="" />The CSS I'm aware of that plays into these elements:
Code: Select all
img {
border: 0;
}
/*shouldn't play a role, but it's the only interesting piece of code*/
.serendipity_entry a > img {
border: 2px solid;
}
img.lefticon {
float: left;
margin-right: 10px;
}Maybe anyone solved the same problem before?
sincerely