Make WordPress Core

Ticket #40184: 40184.2.patch

File 40184.2.patch, 421 bytes (added by davidakennedy, 7 years ago)

Adds RTL styles for new ul based tag cloud.

  • src/wp-content/themes/twentyseventeen/rtl.css

     
    250250        margin: 0 1.5em 0 0;
    251251}
    252252
     253.tagcloud ul li {
     254        float: right;
     255        margin-left: 4px;
     256        margin-right: 0;
     257}
     258
    253259/* Footer */
    254260
    255261.social-navigation a {