Additional style changes to accomodate `<h1>` headings.
See [32974], #31650. Built from https://develop.svn.wordpress.org/trunk@32975 git-svn-id: http://core.svn.wordpress.org/trunk@32946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7dc1d06e64
commit
77f385e532
|
@ -607,7 +607,7 @@ code {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.wrap h2.long-header {
|
||||
.wrap h1.long-header {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -607,7 +607,7 @@ code {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.wrap h2.long-header {
|
||||
.wrap h1.long-header {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,16 +12,16 @@
|
|||
padding: 0 0 100px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2 {
|
||||
.themes-php .wrap h1 {
|
||||
float: right;
|
||||
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-right: 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32974';
|
||||
$wp_version = '4.3-alpha-32975';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue