Use a more specific selector to target images in captions. This will avoid setting smilies to block. Fixes #116

This commit is contained in:
Michael Fields 2012-12-28 17:12:10 -08:00
parent c8f0f72d2e
commit a1b722345c
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ img.size-full {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img {
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;