From a69a12aab1d96793d1818e5c90226f654cdbfa5c Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 20 Nov 2014 16:41:22 +0000 Subject: [PATCH] Twenty Fifteen: bring back the border between post navigation links we lost in the_post_navigation changes. Props iamtakashi, fixes #30414. Built from https://develop.svn.wordpress.org/trunk@30479 git-svn-id: http://core.svn.wordpress.org/trunk@30467 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index b1057fec13..bdf7d05e3a 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1007,7 +1007,7 @@ a:focus { opacity: 0.8; } -.post-navigation .nav-previous + .nav-next { +.post-navigation div + div { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7cbbf27e95..a559a77cae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta1-30471'; +$wp_version = '4.1-beta1-30479'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.