Changeset 31464
- Timestamp:
- 02/14/2015 05:28:19 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/style.css
r31454 r31464 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, -
trunk/src/wp-content/themes/twentyfourteen/style.css
r31454 r31464 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 -
trunk/src/wp-content/themes/twentyten/rtl.css
r24196 r31464 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 111 104 112 105 /* =Header -
trunk/src/wp-content/themes/twentyten/style.css
r31454 r31464 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 -
trunk/src/wp-content/themes/twentythirteen/css/ie.css
r30386 r31464 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 -
trunk/src/wp-content/themes/twentythirteen/style.css
r30967 r31464 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 -
trunk/src/wp-content/themes/twentytwelve/css/ie.css
r30868 r31464 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 { -
trunk/src/wp-content/themes/twentytwelve/style.css
r31268 r31464 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,
Note: See TracChangeset
for help on using the changeset viewer.