From 43ba7ef82cf154b17c3d2413195b3e2e36cb88aa 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 --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 58fb270ca..1f7a75cd9 100644 --- a/style.css +++ b/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; }