Make WordPress Core

Ticket #21486: 21486-pingback-line-height-fix.diff

File 21486-pingback-line-height-fix.diff, 394 bytes (added by chellycat, 11 years ago)

Adds line-height for pingbacks, which was looking too tight when pingbacks spanned multiple lines.

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

     
    11691169        color: #21759b;
    11701170}
    11711171.commentlist .pingback {
     1172        line-height: 1.714285714;
    11721173        margin-bottom: 24px;
    11731174        margin-bottom: 1.714285714rem;
    11741175}