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:
parent
878343d4d1
commit
88de2831b9
@ -212,11 +212,8 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #f1f1f1;
|
||||
color: #444;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 13px;
|
||||
|
@ -8,10 +8,6 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #f1f1f1;
|
||||
min-width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user