From 4dd55dccedf1267e610d6d2e45a0755fea8bc167 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 20 Nov 2014 16:40:29 +0000 Subject: [PATCH] Twenty Fifteen: bring back the border between post navigation links we lost in the_post_navigation changes. Props iamtakashi, fixes #30414. git-svn-id: https://develop.svn.wordpress.org/trunk@30479 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 b1057fec13..bdf7d05e3a 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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); }