From 99f0a4de762a1159ae12823413aa1ca3a6f9cfe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 10 Nov 2016 13:54:30 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyseventeen/rtl.css | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/rtl.css b/wp-content/themes/twentyseventeen/rtl.css index 2888137e97..84a74601c7 100644 --- a/wp-content/themes/twentyseventeen/rtl.css +++ b/wp-content/themes/twentyseventeen/rtl.css @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index b434eb232f..f435d14703 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.