Make WordPress Core

Ticket #24329: 24329.3.patch

File 24329.3.patch, 986 bytes (added by lancewillett, 13 years ago)

Move word-wrap out of same element that uses hyphenation

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

     
    971971
    972972.hentry {
    973973        padding: 40px 0;
     974        word-wrap: break-word;
    974975}
    975976
    976977.entry-header,
     
    11071108        -moz-hyphens:    auto;
    11081109        -ms-hyphens:     auto;
    11091110        hyphens:         auto;
    1110         word-wrap: break-word;
    11111111}
    11121112
    11131113.entry-content a,
     
    22722272        margin-bottom: 10px;
    22732273}
    22742274
     2275.comment-author .fn {
     2276        -webkit-hyphens: auto;
     2277        -moz-hyphens:    auto;
     2278        -ms-hyphens:     auto;
     2279        hyphens:         auto;
     2280}
     2281
    22752282.comment-author .fn,
    22762283.comment-author .url,
    22772284.comment-reply-link,
     
    25052512.site-main .widget-area {
    25062513        float: right;
    25072514        width: 300px;
     2515        word-wrap: break-word;
    25082516}
    25092517
    25102518
     
    25222530        hyphens:         auto;
    25232531        margin: 0 0 24px;
    25242532        padding: 20px;
    2525         word-wrap: break-word;
    25262533}
    25272534
    25282535.widget .widget-title {