Make WordPress Core

Ticket #61767: 61767.2.patch

File 61767.2.patch, 489 bytes (added by viralsampat, 5 weeks ago)

I have updated my patch.

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

    diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
    index 75e3d28c46..24e98c4119 100644
    article.sticky .featured-post { 
    825825        margin: 0 0 24px;
    826826        margin: 0 0 1.714285714rem;
    827827        line-height: 1.714285714;
     828        hyphens: none;
     829        -webkit-hyphens: none;
     830        -moz-hyphens: none;
    828831}
    829832.entry-content a:visited,
    830833.comment-content a:visited {