mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -2306,7 +2306,7 @@ footer.entry-meta {
|
||||
}
|
||||
|
||||
.sidebar .comment-list #reply-title,
|
||||
.sidebar .comment-list #commentform {
|
||||
.sidebar .comment-list #respond #commentform {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user