Twenty Seventeen: After [41703], adjust RTL styles for tag cloud widget.

Props davidakennedy.
Fixes #40184.
Built from https://develop.svn.wordpress.org/trunk@41754


git-svn-id: http://core.svn.wordpress.org/trunk@41588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-10-04 23:35:50 +00:00
parent 50948669eb
commit 821004b1a6
2 changed files with 3 additions and 5 deletions

View File

@ -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 {

View File

@ -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.