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
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue