Ticket #31527: 31279.diff
File 31279.diff, 3.7 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyeleven/style.css
498 498 position: absolute !important; 499 499 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 500 500 clip: rect(1px, 1px, 1px, 1px); 501 overflow: hidden; 502 height: 1px; 503 width: 1px; 501 504 } 502 505 #access a.assistive-text:focus, 503 506 .screen-reader-text:hover, -
src/wp-content/themes/twentyfourteen/style.css
716 716 717 717 .screen-reader-text { 718 718 clip: rect(1px, 1px, 1px, 1px); 719 position: absolute; 719 overflow: hidden; 720 position: absolute !important; 721 height: 1px; 722 width: 1px; 720 723 } 721 724 722 725 .screen-reader-text:focus { -
src/wp-content/themes/twentyten/rtl.css
101 101 font-style: normal; 102 102 } 103 103 104 /* Text meant only for screen readers */105 .screen-reader-text {106 left: auto;107 text-indent:-9000px;108 overflow:hidden;109 }110 104 111 112 105 /* =Header 113 106 -------------------------------------------------------------- */ 114 107 -
src/wp-content/themes/twentyten/style.css
337 337 338 338 /* Text meant only for screen readers */ 339 339 .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; 342 345 } 343 346 344 347 -
src/wp-content/themes/twentythirteen/css/ie.css
195 195 } 196 196 197 197 .ie7 .screen-reader-text { 198 clip: rect(1px 1px 1px 1px); /* IE7 */198 clip: rect(1px 1px 1px 1px); 199 199 } 200 200 201 201 .ie7 .site-header { -
src/wp-content/themes/twentythirteen/style.css
539 539 /* Assistive text */ 540 540 .screen-reader-text { 541 541 clip: rect(1px, 1px, 1px, 1px); 542 overflow: hidden; 542 543 position: absolute !important; 544 height: 1px; 545 width: 1px; 543 546 } 544 547 545 548 .screen-reader-text:focus { -
src/wp-content/themes/twentytwelve/css/ie.css
17 17 } 18 18 .assistive-text, 19 19 .site .screen-reader-text { 20 clip: rect(1px 1px 1px 1px); /* IE7 */20 clip: rect(1px 1px 1px 1px); 21 21 } 22 22 .full-width .site-content { 23 23 float: none; -
src/wp-content/themes/twentytwelve/style.css
506 506 .site .screen-reader-text { 507 507 position: absolute !important; 508 508 clip: rect(1px, 1px, 1px, 1px); 509 overflow: hidden; 510 height: 1px; 511 width: 1px; 509 512 } 510 513 .main-navigation .assistive-text:focus, 511 514 .site .screen-reader-text:hover,