From aa5c470fa8283caf7f3911114a08f767b508df43 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Oct 2014 16:44:44 +0000 Subject: [PATCH] Twenty Fifteen: minor CSS spacing fix. See #30133. git-svn-id: https://develop.svn.wordpress.org/trunk@30049 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 91b0716ad7..d380f5f55e 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -5599,7 +5599,7 @@ span > video { } .entry-header, - .entry-footer { + .entry-footer { padding: 0; }