diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 58fb270ca3..1f7a75cd90 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -952,9 +952,12 @@ article.sticky .featured-post { .entry-content dt, .comment-content dt { font-weight: bold; + margin-bottom: 24px; + margin-bottom: 1.714285714rem; } .entry-content dd, .comment-content dd { + line-height: 1.714285714; margin-bottom: 24px; margin-bottom: 1.714285714rem; }