From a4fd22608f1a092782d605d95842052404887d2b Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Sat, 27 Jun 2015 15:50:59 +0000 Subject: [PATCH] Additional style changes to accomodate `

` headings. See [32974], #31650. git-svn-id: https://develop.svn.wordpress.org/trunk@32975 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 2 +- src/wp-admin/css/themes.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }