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:
parent
50948669eb
commit
821004b1a6
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue