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:
parent
95dbca94e1
commit
4dd55dcced
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue