From 247167445e018889b7bb56fac671030f67abb757 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sun, 14 Apr 2013 16:59:47 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 2b01f1d6bf..b03143b524 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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%;