Make WordPress Core

Ticket #61800: 61800.3.patch

File 61800.3.patch, 471 bytes (added by viralsampat, 11 months ago)

As per coding standard, 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..63c4dfb038 100644
    article.sticky .featured-post { 
    899899        overflow: auto;
    900900        padding: 24px;
    901901        padding: 1.714285714rem;
     902        -webkit-hyphens: none;
     903        -moz-hyphens: none;
     904        hyphens: none;
    902905}
    903906.entry-content pre code,
    904907.comment-content pre code {