diff --git a/wp-content/themes/twentyseventeen/rtl.css b/wp-content/themes/twentyseventeen/rtl.css index d497e27734..ff5c00c950 100644 --- a/wp-content/themes/twentyseventeen/rtl.css +++ b/wp-content/themes/twentyseventeen/rtl.css @@ -230,11 +230,9 @@ input[type="checkbox"] { right: auto; } -.widget .tagcloud a, -.widget.widget_tag_cloud a, -.wp_widget_tag_cloud a { +.tagcloud ul li { float: right; - margin: 4px 0 0 4px !important; /* !important to override inline styles */ + margin: 4px 0 0 4px; } .widget ul li li { diff --git a/wp-includes/version.php b/wp-includes/version.php index 06b9213d4e..e5a8bdeffe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41753'; +$wp_version = '4.9-alpha-41754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.