Constrain the width of images even when they're linked, in Twenty Thirteen.

see #23964

git-svn-id: http://core.svn.wordpress.org/trunk@23991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-04-14 16:59:47 +00:00
parent ff09215e32
commit 3cefaf138e

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