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


git-svn-id: https://develop.svn.wordpress.org/trunk@37321 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Michael Arestad 2016-04-28 03:15:08 +00:00
parent 878343d4d1
commit 88de2831b9
2 changed files with 1 additions and 8 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;

View File

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