From 1b61078658c5e875da280eebe42dbf2c3bad37ff Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 24 Sep 2013 22:20:54 +0000 Subject: [PATCH] Twenty Fourteen: fix gap beneath header image, props taupecat. Fixes #25404. git-svn-id: https://develop.svn.wordpress.org/trunk@25611 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 295bd02e1a..991bd4ee77 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -83,6 +83,7 @@ a:active { /* Improves readability when focused and also mouse hovered in all br } a img { border: 0; + display: block; } /* =Global @@ -1391,13 +1392,6 @@ img { max-width: 100%; height: auto; } -.site-header img, -.attachment-featured-thumbnail-large, -.entry-content img, -.comment-content img, -.widget img { - vertical-align: middle; -} .attachment-featured-featured img, .attachment-featured-thumbnail img { height: auto;