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
This commit is contained in:
Ian Stewart 2014-11-20 16:40:29 +00:00
parent 95dbca94e1
commit 4dd55dcced
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}