Make WordPress Core

Ticket #21503: 21503.2.2.diff

File 21503.2.2.diff, 488 bytes (added by DrewAPicture, 12 years ago)

vendor prefixes + word-break

  • wp-content/themes/twentytwelve/style.css

     
    453453/* Page structure */
    454454.wrapper {
    455455        overflow: hidden;
     456        -moz-hyphens: auto;
     457        -ms-word-break: break-all;
     458        -webkit-hyphens: auto;
     459        hyphens: auto;
     460        word-break: break-all;
     461        word-break: break-word;
    456462}
    457463.site {
    458464        padding: 0 24px;