From 3fcb5b17646d81fdd5aa440c8b54e83efdeb07f2 Mon Sep 17 00:00:00 2001 From: lancewillett 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: http://core.svn.wordpress.org/trunk@21337 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; }