Ticket #22359: 22359-root.diff

File 22359-root.diff, 484 bytes (added by DrewAPicture, 6 months ago)

root-relative

Line 
1Index: wp-content/themes/twentytwelve/style.css
2===================================================================
3--- wp-content/themes/twentytwelve/style.css    (revision 22575)
4+++ wp-content/themes/twentytwelve/style.css    (working copy)
5@@ -908,6 +908,10 @@
6        padding: 6px 10px 6px 0;
7 }
8 .site-content article {
9+       word-wrap: break-word;
10+       -webkit-hyphens: auto;
11+       -moz-hyphens: auto;
12+       hyphens: auto;
13        padding-bottom: 24px;
14        padding-bottom: 1.714285714rem;
15        margin-bottom: 72px;