From 2b60f0259d76a98ff9812d121ce1c26f36d98e09 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 21 Feb 2013 05:49:57 +0000 Subject: [PATCH] Twenty Thirteen: fix comment form layout for inline replies in wide viewports. Fixes #23524, props SriniG and obenland. (Also fix an extra space that crept into r23461, see #23511.) git-svn-id: https://develop.svn.wordpress.org/trunk@23462 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/functions.php | 2 +- wp-content/themes/twentythirteen/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 9017758fe1..f9efe8fcb8 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -542,7 +542,7 @@ function twentythirteen_aside_date( $content ) { } return $content; } -add_filter( 'the_content', 'twentythirteen_aside_date', 8 ); // After embeds, before everything else. +add_filter( 'the_content', 'twentythirteen_aside_date', 8 ); // After embeds, before everything else. /** * Add postMessage support for site title and description for the Customizer. diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 4c75174586..62ac118e78 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2306,7 +2306,7 @@ footer.entry-meta { } .sidebar .comment-list #reply-title, -.sidebar .comment-list #commentform { +.sidebar .comment-list #respond #commentform { padding: 0; }