From 9a4b6405bc106850a1ecae5640e8ed1e48a61eca Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 20 Apr 2015 23:46:02 +0000 Subject: [PATCH] Twenty Fifteen: remove `a img { display: block; }` from editor-style.css. Matches previous changes to style.css and fixes extra space when displaying captions in Firefox. Fixes #32007. git-svn-id: https://develop.svn.wordpress.org/trunk@32231 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index 58838d9626..ab1b75a573 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -301,10 +301,6 @@ img { vertical-align: middle; } -a img { - display: block; -} - figure { margin: 0; }