Ticket #24329: 24329.3.patch
| File 24329.3.patch, 986 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
971 971 972 972 .hentry { 973 973 padding: 40px 0; 974 word-wrap: break-word; 974 975 } 975 976 976 977 .entry-header, … … 1107 1108 -moz-hyphens: auto; 1108 1109 -ms-hyphens: auto; 1109 1110 hyphens: auto; 1110 word-wrap: break-word;1111 1111 } 1112 1112 1113 1113 .entry-content a, … … 2272 2272 margin-bottom: 10px; 2273 2273 } 2274 2274 2275 .comment-author .fn { 2276 -webkit-hyphens: auto; 2277 -moz-hyphens: auto; 2278 -ms-hyphens: auto; 2279 hyphens: auto; 2280 } 2281 2275 2282 .comment-author .fn, 2276 2283 .comment-author .url, 2277 2284 .comment-reply-link, … … 2505 2512 .site-main .widget-area { 2506 2513 float: right; 2507 2514 width: 300px; 2515 word-wrap: break-word; 2508 2516 } 2509 2517 2510 2518 … … 2522 2530 hyphens: auto; 2523 2531 margin: 0 0 24px; 2524 2532 padding: 20px; 2525 word-wrap: break-word;2526 2533 } 2527 2534 2528 2535 .widget .widget-title {