Make WordPress Core

Changeset 26607


Ignore:
Timestamp:
12/04/2013 03:12:56 PM (11 years ago)
Author:
nacin
Message:

Twenty Fourteen: Flip genericons in RTL.

props yoavf.
see #25801.

File:
1 edited

Legend:

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

    r26587 r26607  
    259259}
    260260
     261.comment-reply-link:before,
     262.comment-reply-login:before,
     263.comment-edit-link:before {
     264    -webkit-transform: scaleX(-1);
     265    -moz-transform:    scaleX(-1);
     266    -ms-transform:     scaleX(-1);
     267    -o-transform:      scaleX(-1);
     268    transform:         scaleX(-1);
     269}
     270
    261271.comment-content ul,
    262272.comment-content ol {
     
    451461        margin-right: auto;
    452462        margin-left: 1px;
     463    }
     464
     465    .entry-content .edit-link a:before,
     466    .entry-meta .edit-link a:before {
     467        -webkit-transform: scaleX(-1);
     468        -moz-transform:    scaleX(-1);
     469        -ms-transform:     scaleX(-1);
     470        -o-transform:      scaleX(-1);
     471        transform:         scaleX(-1);
    453472    }
    454473}
Note: See TracChangeset for help on using the changeset viewer.