Ticket #21503: 21503.3.diff
File 21503.3.diff, 773 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
456 456 /* Page structure */ 457 457 .wrapper { 458 458 overflow: hidden; 459 -moz-hyphens: auto;460 -ms-word-break: break-all;461 -webkit-hyphens: auto;462 hyphens: auto;463 word-break: break-all;464 word-break: break-word;465 459 } 466 460 .site { 467 461 padding: 0 24px; … … 629 623 630 624 /* Sidebar */ 631 625 .widget-area .widget { 626 overflow: hidden; 627 -moz-hyphens: auto; 628 -ms-word-break: break-all; 629 -webkit-hyphens: auto; 630 hyphens: auto; 631 word-break: break-all; 632 word-break: break-word; 632 633 margin-bottom: 48px; 633 634 margin-bottom: 3.428571429rem; 634 635 }