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:
parent
1b2e28c575
commit
99f0a4de76
|
@ -353,6 +353,11 @@ input[type="checkbox"] {
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-header .menu-scroll-down {
|
||||||
|
left: 0;
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-title a {
|
.entry-title a {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: -2px;
|
margin-right: -2px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue