forked from mirror/_s
Use a more specific selector to target images in captions. This will avoid setting smilies to block. Fixes #116
This commit is contained in:
parent
c8f0f72d2e
commit
a1b722345c
|
@ -474,7 +474,7 @@ img.size-full {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.wp-caption img {
|
.wp-caption img[class*="wp-image-"] {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1.2% auto 0;
|
margin: 1.2% auto 0;
|
||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
|
|
Reference in New Issue