From 103788b4ad5d8338bd5aa65d6f097a70317b6531 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Thu, 13 Nov 2014 12:41:09 +0000 Subject: [PATCH] Twenty Fifteen: Add a transparent border to a link in the footer to avoid jumpiness on hover. props iamtakashi. fixes #30332. git-svn-id: https://develop.svn.wordpress.org/trunk@30331 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 90ea4b0f92..e312982652 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2412,6 +2412,7 @@ a.post-thumbnail:focus { } .site-info a { + border-bottom: 1px solid transparent; color: #707070; color: rgba(51, 51, 51, 0.7); }