Changeset 39207
- Timestamp:
- 11/13/2016 12:25:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/style.css
r39176 r39207 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 … … 1508 1509 #page { 1509 1510 position: relative; 1510 -ms-word-wrap: break-word;1511 1511 word-wrap: break-word; 1512 1512 } … … 2516 2516 2517 2517 .widget_text { 2518 -ms-word-wrap: break-word;2519 2518 word-wrap: break-word; 2520 2519 } … … 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;
Note: See TracChangeset
for help on using the changeset viewer.