Adjust colors in wp_die() and install.css.

Missed in [26788] and [26837], see #25858.
fixes #27589.
Built from https://develop.svn.wordpress.org/trunk@27855


git-svn-id: http://core.svn.wordpress.org/trunk@27686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-03-29 23:06:14 +00:00
parent 016e1f53ba
commit 2f0c68ad0e
5 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
html {
background: #eee;
background: #f1f1f1;
margin: 0 20px;
}
body {
background: #fff;
color: #555;
color: #444;
font-family: "Open Sans", sans-serif;
margin: 140px auto 25px;
padding: 20px 20px 10px 20px;