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
This commit is contained in:
parent
78a310f23b
commit
a69a12aab1
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue