文章と画像の切れ目が識別しにくくて疲れるんだよね。drop shadow つけれないかな、と。
うーん、CSS3 前提になるか…。以下は IE9βではダメだそうです。それってのがどのバージョンの Windows に対応するのかはわからんですが。
1 img.size-full,
2 img.size-large,
3 .wp-post-image,
4 .post-thumbnail img {
5 height: auto;
6 max-width: 100%;
7
8 -moz-box-shadow: 0 0 1px #66a, 0 0 4px #666, 1px 1px 1px #666; /*!!!!!*/
9 -webkit-box-shadow: 0 0 1px #66a, 0 0 4px #666, 1px 1px 1px #666; /*!!!!!*/
10 }
11
12 /* Make sure embeds and iframes fit their containers */