mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user