diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 0caa933039..ab402812d7 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -2773,7 +2773,7 @@ img { } /* Theme/Plugin Editor */ -.alignleft h3 { +.alignleft h2 { margin: 0; } @@ -2801,7 +2801,7 @@ img { word-wrap: break-word; } -#templateside h3, +#templateside h2, #postcustomstuff p.submit { margin: 0; } diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index c858c0bbcf..328577de9b 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -135,7 +135,7 @@ if ( $description != $file_show )