From 9eb76191931d49ba0e0e632016b446e4be630571 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 03:34:11 +0000 Subject: [PATCH] Twenty Thirteen: reduce font-size a bit for comment content areas. See #23651. git-svn-id: https://develop.svn.wordpress.org/trunk@23547 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 210ce6a65d..2d16fe81c7 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2289,6 +2289,10 @@ footer.entry-meta { margin-right: 3px; } +.comment-content blockquote { + font-size: 18px; +} + /* Comment form */ #respond { background-color: #f7f5e7;