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:
Mark Jaquith 2013-04-14 16:59:47 +00:00
parent 5863223d73
commit 247167445e

View File

@ -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%;