Constrain the width of images even when they're linked, in Twenty Thirteen.
see #23964 git-svn-id: https://develop.svn.wordpress.org/trunk@23991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5863223d73
commit
247167445e
@ -1421,7 +1421,8 @@ footer.entry-meta {
|
||||
max-width: 1040px;
|
||||
padding: 0 316px 0 0;
|
||||
}
|
||||
.entry-media > * {
|
||||
|
||||
.entry-media > *, .entry-media > * > img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user