Make WordPress Core

Ticket #22359: 22359-root.diff

File 22359-root.diff, 484 bytes (added by DrewAPicture, 13 years ago)

root-relative

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

     
    908908        padding: 6px 10px 6px 0;
    909909}
    910910.site-content article {
     911        word-wrap: break-word;
     912        -webkit-hyphens: auto;
     913        -moz-hyphens: auto;
     914        hyphens: auto;
    911915        padding-bottom: 24px;
    912916        padding-bottom: 1.714285714rem;
    913917        margin-bottom: 72px;