Make WordPress Core

Ticket #21503: 21503.3.diff

File 21503.3.diff, 773 bytes (added by obenland, 12 years ago)
  • wp-content/themes/twentytwelve/style.css

     
    456456/* Page structure */
    457457.wrapper {
    458458        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;
    465459}
    466460.site {
    467461        padding: 0 24px;
     
    629623
    630624/* Sidebar */
    631625.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;
    632633        margin-bottom: 48px;
    633634        margin-bottom: 3.428571429rem;
    634635}