Ticket #38764: 38764.diff
File 38764.diff, 1.0 KB (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/style.css
306 306 overflow: hidden; 307 307 position: absolute !important; 308 308 width: 1px; 309 word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ 309 310 } 310 311 311 312 .screen-reader-text:focus { … … 1507 1508 1508 1509 #page { 1509 1510 position: relative; 1510 -ms-word-wrap: break-word;1511 1511 word-wrap: break-word; 1512 1512 } 1513 1513 … … 2515 2515 /* Text widget */ 2516 2516 2517 2517 .widget_text { 2518 -ms-word-wrap: break-word;2519 2518 word-wrap: break-word; 2520 2519 } 2521 2520 … … 2643 2642 -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; 2644 2643 transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; 2645 2644 width: auto; 2646 -ms-word-wrap: break-word;2647 2645 word-wrap: break-word; 2648 2646 z-index: 0; 2649 2647 }