From e1cf2b8523f7751a15f650ad6aada531dc7c2249 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 13 Nov 2014 12:42:24 +0000 Subject: [PATCH] Twenty Fifteen: Add a transparent border to a link in the footer to avoid jumpiness on hover. props iamtakashi. fixes #30332. Built from https://develop.svn.wordpress.org/trunk@30331 git-svn-id: http://core.svn.wordpress.org/trunk@30330 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 90ea4b0f92..e312982652 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/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); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 63ca03431f..71b6471156 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30330'; +$wp_version = '4.1-alpha-30331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.