Make WordPress Core

Changeset 41754


Ignore:
Timestamp:
10/04/2017 11:34:03 PM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Props davidakennedy.
Fixes #40184.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/rtl.css

    r40839 r41754  
    231231}
    232232
    233 .widget .tagcloud a,
    234 .widget.widget_tag_cloud a,
    235 .wp_widget_tag_cloud a {
     233.tagcloud ul li {
    236234    float: right;
    237     margin: 4px 0 0 4px !important; /* !important to override inline styles */
     235    margin: 4px 0 0 4px;
    238236}
    239237
Note: See TracChangeset for help on using the changeset viewer.