From 44b8b0c3f1a1ca7b31d915d03b07d4391bb32011 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 04:01:45 +0000 Subject: [PATCH] Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes. Props Viper007Bond for the nudge. Fixes #23651. git-svn-id: https://develop.svn.wordpress.org/trunk@23548 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 2d16fe81c7..8a3bd4171c 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -254,7 +254,7 @@ q:after { } blockquote { - font-size: 24px; + font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 40px; @@ -266,7 +266,7 @@ blockquote blockquote { blockquote cite, blockquote small { - font-size: 16px; + font-size: 14px; font-weight: normal; text-transform: uppercase; } @@ -1170,6 +1170,15 @@ ul.nav-menu li:hover > ul, color: #ea9629; } +.entry-content blockquote { + font-size: 24px; +} + +.entry-content blockquote cite, +.entry-content blockquote small { + font-size: 16px; +} + footer.entry-meta { margin-top: 24px; } @@ -2160,7 +2169,9 @@ footer.entry-meta { .comments-title, .comment-list, #reply-title, -#respond #commentform { +#respond #commentform, +#respond iframe { + display: block; margin: 0 auto; max-width: 604px; width: 100%; @@ -2289,10 +2300,6 @@ footer.entry-meta { margin-right: 3px; } -.comment-content blockquote { - font-size: 18px; -} - /* Comment form */ #respond { background-color: #f7f5e7;