From 000f94a4ffe38ac109de7e19ad7b2548dd7ec8b2 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 25 Jul 2012 18:55:33 +0000 Subject: [PATCH] Twenty Twelve: adjust styles for definition lists, props sennza and drewstrojny. Fixes #21259. git-svn-id: https://develop.svn.wordpress.org/trunk@21337 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 3 +++ 1 file changed, 3 insertions(+) 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; }