diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index c260c03dd9..4ec6e9d803 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -607,7 +607,7 @@ code { color: #fff; } -.wrap h2.long-header { +.wrap h1.long-header { padding-right: 0; } diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 18148849fc..7fd5e74d3d 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -12,16 +12,16 @@ padding: 0 0 100px; } -.themes-php .wrap h2 { +.themes-php .wrap h1 { float: left; margin-bottom: 15px; } -.network-admin.themes-php .wrap h2 { +.network-admin.themes-php .wrap h1 { margin-bottom: 0; } -.themes-php .wrap h2 .button { +.themes-php .wrap h1 .button { margin-left: 20px; }