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:
Ian Stewart 2014-11-20 16:41:22 +00:00
parent 78a310f23b
commit a69a12aab1
2 changed files with 2 additions and 2 deletions

View File

@ -1007,7 +1007,7 @@ a:focus {
opacity: 0.8; opacity: 0.8;
} }
.post-navigation .nav-previous + .nav-next { .post-navigation div + div {
border-top: 1px solid #eaeaea; border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1); border-top: 1px solid rgba(51, 51, 51, 0.1);
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.