Make WordPress Core

Ticket #43959: 43959.1.diff

File 43959.1.diff, 471 bytes (added by ianbelanger, 7 years ago)

Removes CSS from previous ticket I was working on

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

     
    15821582        font-size: 24px;
    15831583        font-size: 1.5rem;
    15841584        font-weight: 800;
     1585        -webkit-hyphens: auto;
     1586    -moz-hyphens: auto;
     1587    hyphens: auto;
    15851588        line-height: 1.25;
    15861589        letter-spacing: 0.08em;
    15871590        margin: 0;