From 812b2b43bf28e27d58e09378777f66a5ab8c124d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 02:18:36 +0000 Subject: [PATCH] Twenty Fourteen: fix display of required comment field asterisk in comment instruction text. Props chellycat, fixes #26423. git-svn-id: https://develop.svn.wordpress.org/trunk@26653 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index efcc1507d6..7ddc2ee50a 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1926,6 +1926,13 @@ a.post-thumbnail:hover { color: #767676; } +.comment-notes, +.comment-awaiting-moderation, +.logged-in-as { + font-size: 14px; + line-height: 1.7142857142; +} + .no-comments { font-size: 16px; font-weight: 900;