From f806640b2807b779acfe49173bb99180ee5a3590 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Mon, 30 Jul 2012 20:06:26 +0000 Subject: [PATCH] Twenty Twelve: improve definition term layout a bit, use line-height instead of bottom margin. Fixes #21259. git-svn-id: http://core.svn.wordpress.org/trunk@21372 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 9bcd5453c..59dcb72f3 100644 --- a/style.css +++ b/style.css @@ -956,8 +956,7 @@ article.sticky .featured-post { .entry-content dt, .comment-content dt { font-weight: bold; - margin-bottom: 24px; - margin-bottom: 1.714285714rem; + line-height: 1.714285714; } .entry-content dd, .comment-content dd {