From 9aa9bda5d376484c88432975c8a174d0ffa0402d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 27 Feb 2013 04:17:33 +0000 Subject: [PATCH] Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514. git-svn-id: http://core.svn.wordpress.org/trunk@23497 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 31d9933060..0a778706e9 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -108,6 +108,7 @@ body { -ms-hyphens: auto; hyphens: auto; color: #141412; + line-height: 1.5; margin: 0; } @@ -143,6 +144,7 @@ h6 { clear: both; color: #141412; font-family: 'Bitter', Georgia, serif; + line-height: 1.3; } h1 { @@ -177,7 +179,6 @@ h6 { address { font-style: italic; - line-height: 1.5; margin: 0 0 24px; } @@ -200,7 +201,6 @@ mark { } p { - line-height: 1.5; margin: 0 0 24px; } @@ -1094,7 +1094,6 @@ ul.nav-menu li:hover > ul, .entry-meta { clear: both; font-size: 14px; - line-height: 1.5; } .entry-meta span.tags-links { @@ -2450,7 +2449,6 @@ footer.entry-meta { } .widget li { - line-height: 1.5; padding: 5px 0; } @@ -3102,10 +3100,6 @@ footer.entry-meta { max-width: 20px; } - .comment-author .fn { - line-height: 1.6; - } - .comment-meta, .comment-content, .reply {