From 2e88477d14ca1bf2ebd15dc5c156d2634ec959b7 Mon Sep 17 00:00:00 2001 From: lancewillett 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: http://core.svn.wordpress.org/trunk@21483 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0257ebba9..8836c586c 100644 --- a/style.css +++ b/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;