Skip to:
Content

BuddyPress.org

Ticket #6579: 6579.diff

File 6579.diff, 1.2 KB (added by mercime, 8 years ago)
  • src/bp-templates/bp-legacy/css/buddypress-rtl.css

    diff --git src/bp-templates/bp-legacy/css/buddypress-rtl.css src/bp-templates/bp-legacy/css/buddypress-rtl.css
    index 814d602..5c81d18 100644
    a.bp-title-button { 
    843843        opacity: .4;
    844844 }
    845845.bp-screen-reader-text {
    846         clip: rect(1px, 1px, 1px, 1px);
    847846        position: absolute;
     847        margin: -1px;
     848        padding: 0;
     849        height: 1px;
     850        width: 1px;
     851        overflow: hidden;
     852        clip: rect(0 0 0 0);
     853        border: 0;
     854        word-wrap: normal !important;
    848855}
    849856
    850857/*--------------------------------------------------------------
  • src/bp-templates/bp-legacy/css/buddypress.css

    diff --git src/bp-templates/bp-legacy/css/buddypress.css src/bp-templates/bp-legacy/css/buddypress.css
    index 1957cef..aca34c6 100644
    a.bp-title-button { 
    843843        opacity: .4;
    844844 }
    845845.bp-screen-reader-text {
    846         clip: rect(1px, 1px, 1px, 1px);
    847846        position: absolute;
     847        margin: -1px;
     848        padding: 0;
     849        height: 1px;
     850        width: 1px;
     851        overflow: hidden;
     852        clip: rect(0 0 0 0);
     853        border: 0;
     854        word-wrap: normal !important;
    848855}
    849856
    850857/*--------------------------------------------------------------