Make WordPress Core

Ticket #31527: 31279.diff

File 31279.diff, 3.7 KB (added by lancewillett, 10 years ago)
  • src/wp-content/themes/twentyeleven/style.css

     
    498498        position: absolute !important;
    499499        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    500500        clip: rect(1px, 1px, 1px, 1px);
     501        overflow: hidden;
     502        height: 1px;
     503        width: 1px;
    501504}
    502505#access a.assistive-text:focus,
    503506.screen-reader-text:hover,
  • src/wp-content/themes/twentyfourteen/style.css

     
    716716
    717717.screen-reader-text {
    718718        clip: rect(1px, 1px, 1px, 1px);
    719         position: absolute;
     719        overflow: hidden;
     720        position: absolute !important;
     721        height: 1px;
     722        width: 1px;
    720723}
    721724
    722725.screen-reader-text:focus {
  • src/wp-content/themes/twentyten/rtl.css

     
    101101        font-style: normal;
    102102}
    103103
    104 /* Text meant only for screen readers */
    105 .screen-reader-text {
    106         left: auto;
    107         text-indent:-9000px;
    108         overflow:hidden;
    109 }
    110104
    111 
    112105/* =Header
    113106-------------------------------------------------------------- */
    114107
  • src/wp-content/themes/twentyten/style.css

     
    337337
    338338/* Text meant only for screen readers */
    339339.screen-reader-text {
    340         position: absolute;
    341         left: -9000px;
     340        clip: rect(1px, 1px, 1px, 1px);
     341        overflow: hidden;
     342        position: absolute !important;
     343        height: 1px;
     344        width: 1px;
    342345}
    343346
    344347
  • src/wp-content/themes/twentythirteen/css/ie.css

     
    195195}
    196196
    197197.ie7 .screen-reader-text {
    198         clip: rect(1px 1px 1px 1px); /* IE7 */
     198        clip: rect(1px 1px 1px 1px);
    199199}
    200200
    201201.ie7 .site-header {
  • src/wp-content/themes/twentythirteen/style.css

     
    539539/* Assistive text */
    540540.screen-reader-text {
    541541        clip: rect(1px, 1px, 1px, 1px);
     542        overflow: hidden;
    542543        position: absolute !important;
     544        height: 1px;
     545        width: 1px;
    543546}
    544547
    545548.screen-reader-text:focus {
  • src/wp-content/themes/twentytwelve/css/ie.css

     
    1717}
    1818.assistive-text,
    1919.site .screen-reader-text {
    20         clip: rect(1px 1px 1px 1px); /* IE7 */
     20        clip: rect(1px 1px 1px 1px);
    2121}
    2222.full-width .site-content {
    2323        float: none;
  • src/wp-content/themes/twentytwelve/style.css

     
    506506.site .screen-reader-text {
    507507        position: absolute !important;
    508508        clip: rect(1px, 1px, 1px, 1px);
     509        overflow: hidden;
     510        height: 1px;
     511        width: 1px;
    509512}
    510513.main-navigation .assistive-text:focus,
    511514.site .screen-reader-text:hover,