Additional style changes to accomodate `<h1>` headings.

See [32974], #31650.



git-svn-id: https://develop.svn.wordpress.org/trunk@32975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-06-27 15:50:59 +00:00
parent e59592f87e
commit a4fd22608f
2 changed files with 4 additions and 4 deletions

View File

@ -607,7 +607,7 @@ code {
color: #fff;
}
.wrap h2.long-header {
.wrap h1.long-header {
padding-right: 0;
}

View File

@ -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;
}