Make WordPress Core

Ticket #21486: 21486-entry-content-line-height-fix.diff

File 21486-entry-content-line-height-fix.diff, 445 bytes (added by chellycat, 12 years ago)

Adds line-height to entry-content and entry-summary, so that elements appearing outside of paragraph tags inside these containers will still have the appropriate line-heights.

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

     
    709709        margin-bottom: 1.714285714rem;
    710710        text-align: center;
    711711}
     712.entry-content,
     713.entry-summary {
     714        line-height: 1.714285714;
     715}
    712716.entry-content h1,
    713717.comment-content h1,
    714718.entry-content h2,