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

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

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

Line 
1Index: wp-content/themes/twentytwelve/style.css
2===================================================================
3--- wp-content/themes/twentytwelve/style.css    (revision 21450)
4+++ wp-content/themes/twentytwelve/style.css    (working copy)
5@@ -1169,6 +1169,7 @@
6        color: #21759b;
7 }
8 .commentlist .pingback {
9+       line-height: 1.714285714;
10        margin-bottom: 24px;
11        margin-bottom: 1.714285714rem;
12 }