From 94a186663f508cffe7d2e9a72aad999963b8531c Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 24 Nov 2013 16:06:13 +0000 Subject: [PATCH] Twenty Fourteen: fix case where edit link goes to the top of content when only one left-aligned element exists. Props iamtakashi, fixes #26201. git-svn-id: https://develop.svn.wordpress.org/trunk@26356 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 23cba936c2..fda4297821 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1273,6 +1273,7 @@ a.post-thumbnail:hover { .entry-content .edit-link { clear: both; + display: block; font-size: 12px; font-weight: 400; line-height: 1.3333333333;