Twenty Seventeen: Better RTL positioning for scroll down arrow.

props adamsilverstein.
fixes #38706.

Built from https://develop.svn.wordpress.org/trunk@39198


git-svn-id: http://core.svn.wordpress.org/trunk@39138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2016-11-10 13:54:30 +00:00
parent 1b2e28c575
commit 99f0a4de76
2 changed files with 6 additions and 1 deletions

View File

@ -353,6 +353,11 @@ input[type="checkbox"] {
right: auto;
}
.site-header .menu-scroll-down {
left: 0;
right: auto;
}
.entry-title a {
margin-left: auto;
margin-right: -2px;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39197';
$wp_version = '4.7-beta2-39198';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.