From 142f90c51b08d3899b2a402ab57325783606b2b8 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 9 May 2013 20:22:32 +0000 Subject: [PATCH] Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom. git-svn-id: http://core.svn.wordpress.org/trunk@24224 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 0628eaf1ca..d4e5e93e66 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2218,7 +2218,8 @@ footer.entry-meta { #respond #commentform, #respond iframe { display: block; - margin: 0 auto; + margin-left: auto; + margin-right: auto; max-width: 604px; width: 100%; } @@ -2236,7 +2237,6 @@ footer.entry-meta { .comments-title { font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; - padding: 30px 0 20px; } .comment-list, @@ -2372,7 +2372,6 @@ footer.entry-meta { #reply-title { font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; - margin-bottom: 20px; } #reply-title small a {