From bad4cefc684cb2abad39a93582a9df5b45d1fadd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 Aug 2012 19:10:22 +0000 Subject: [PATCH] Twenty Twelve: fix bypostauthor styling, probs obenland and SergeyBiryukov (also improves the RTL layout, see #21441). git-svn-id: https://develop.svn.wordpress.org/trunk@21483 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 0257ebba94..8836c586c9 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1127,7 +1127,7 @@ article.format-quote .entry-content blockquote { font-style: normal; font-size: 15px; font-size: 1.071428571rem; - line-height: 1.6; + line-height: 1.42857143; } .comments-area article header time { line-height: 1.714285714; @@ -1175,13 +1175,13 @@ article.format-quote .entry-content blockquote { line-height: 1.714285714; } .comments-area li.bypostauthor cite span { + position: absolute; margin-left: 5px; margin-left: 0.357142857rem; padding: 2px 5px; padding: 0.142857143rem 0.357142857rem; font-size: 10px; font-size: 0.714285714rem; - line-height: 2.4; } a.comment-reply-link { font-size: 13px;