Make WordPress Core

Ticket #24231: 24231.1.diff

File 24231.1.diff, 2.0 KB (added by lancewillett, 11 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    107107}
    108108
    109109body {
    110         -webkit-hyphens: auto;
    111         -moz-hyphens:    auto;
    112         -ms-hyphens:     auto;
    113         hyphens:         auto;
    114110        color: #141412;
    115111        line-height: 1.5;
    116112        margin: 0;
     
    10181014
    10191015.hentry {
    10201016        padding: 40px 0;
    1021         word-wrap: break-word;
    10221017}
    10231018
    10241019.entry-header,
     
    11501145 * ----------------------------------------------------------------------------
    11511146 */
    11521147
     1148.entry-content {
     1149        -webkit-hyphens: auto;
     1150        -moz-hyphens:    auto;
     1151        -ms-hyphens:     auto;
     1152        hyphens:         auto;
     1153        word-wrap: break-word;
     1154}
     1155
    11531156.entry-content a,
    11541157.comment-content a {
    11551158        color: #bc360a;
     
    25422545
    25432546.widget {
    25442547        background-color: rgba(247, 245, 231, 0.7);
     2548        -webkit-hyphens: auto;
     2549        -moz-hyphens:    auto;
     2550        -ms-hyphens:     auto;
     2551        hyphens:         auto;
    25452552        font-size: 14px;
    25462553        margin: 0 0 24px;
    25472554        padding: 20px;
     2555        word-wrap: break-word;
    25482556}
    25492557
    25502558.widget .widget-title {
  • wp-content/themes/twentythirteen/css/editor-style.css

     
    1010
    1111body {
    1212        font-family: "Source Sans Pro", Helvetica, sans-serif;
    13         -webkit-hyphens: auto;
    14         -moz-hyphens:    auto;
    15         -ms-hyphens:     auto;
    16         hyphens: auto;
    1713        color: #141412;
    1814        line-height: 1.5;
    1915        text-rendering: optimizeLegibility;
     
    126122samp {
    127123        font-family: monospace, serif;
    128124        font-size: 14px;
    129         -webkit-hyphens: auto;
    130         -moz-hyphens:    auto;
    131         -ms-hyphens:     auto;
    132         hyphens: none;
    133125}
    134126
    135127pre {
     
    147139
    148140blockquote,
    149141q {
    150         -webkit-hyphens: auto;
    151         -moz-hyphens:    auto;
    152         -ms-hyphens:     auto;
    153         hyphens: none;
    154142        quotes: none;
    155143}
    156144