Make WordPress Core

Ticket #25054: rtl-screen-reader-text.diff

File rtl-screen-reader-text.diff, 809 bytes (added by obenland, 12 years ago)

RTL for screen reader text

  • wp-content/themes/twentyfourteen/rtl.css

     
    5151        margin-left: auto;
    5252}
    5353
     54.screen-reader-text:focus {
     55        left: auto;
     56        right: 5px;
     57}
     58
    5459/* =Header
    5560----------------------------------------------- */
    5661
  • wp-content/themes/twentyfourteen/style.css

     
    429429        left: 5px;
    430430        top: 5px;
    431431        text-decoration: none;
     432        text-transform: none;
    432433        width: auto;
    433434        z-index: 100000; /* Above WP toolbar */
    434435}