From 60ed3d37732dac0a5c4a0fc56e8c914f0d498b8d Mon Sep 17 00:00:00 2001 From: lancewillett Date: Wed, 25 Jul 2012 18:58:04 +0000 Subject: [PATCH] Twenty Twelve: give address element a little more line-height, props sennza and drewstrojny. Fixes #21262. git-svn-id: http://core.svn.wordpress.org/trunk@21338 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1f7a75cd9..e76e0c2d3 100644 --- a/style.css +++ b/style.css @@ -923,6 +923,7 @@ article.sticky .featured-post { .entry-content address, .comment-content address { display: block; + line-height: 1.714285714; margin: 0 0 24px; margin: 0 0 1.714285714rem; }