Component: Administration

Setting the background color on `body` is more flexible than on the `html` element. This patch assigns the background color to `body` instead of the `html` element.

Fixes #35314

Built from https://develop.svn.wordpress.org/trunk@37321


git-svn-id: http://core.svn.wordpress.org/trunk@37287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Michael Arestad 2016-04-28 03:16:28 +00:00
parent cc1b2fae67
commit 7726afe693
9 changed files with 7 additions and 21 deletions

View File

@ -212,11 +212,8 @@ body {
padding: 0;
}
html {
background: #f1f1f1;
}
body {
background: #f1f1f1;
color: #444;
font-family: "Open Sans", sans-serif;
font-size: 13px;

File diff suppressed because one or more lines are too long

View File

@ -212,11 +212,8 @@ body {
padding: 0;
}
html {
background: #f1f1f1;
}
body {
background: #f1f1f1;
color: #444;
font-family: "Open Sans", sans-serif;
font-size: 13px;

File diff suppressed because one or more lines are too long

View File

@ -8,10 +8,6 @@ body {
padding: 0;
}
html {
background: #f1f1f1;
}
body {
background: #f1f1f1;
min-width: 0;

File diff suppressed because one or more lines are too long

View File

@ -8,10 +8,6 @@ body {
padding: 0;
}
html {
background: #f1f1f1;
}
body {
background: #f1f1f1;
min-width: 0;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37320';
$wp_version = '4.6-alpha-37321';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.