diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index fba571bd10..fb2295c564 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -151,7 +151,6 @@ a:active { a img { border: 0; - display: block; } @@ -1757,6 +1756,13 @@ a.post-thumbnail:focus { border-bottom: 0; } +.entry-content a img, +.entry-summary a img, +.page-content a img, +.comment-content a img { + display: block; +} + .entry-content .more-link, .entry-summary .more-link:after { white-space: nowrap;