Adjust colors in wp_die() and install.css.

Missed in [26788] and [26837], see #25858.
fixes #27589.

git-svn-id: https://develop.svn.wordpress.org/trunk@27855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-03-29 23:05:12 +00:00
parent 9fb6f9557b
commit 64f5807b32
2 changed files with 4 additions and 4 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;

View File

@ -2200,11 +2200,11 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
<title><?php echo $title ?></title>
<style type="text/css">
html {
background: #eee;
background: #f1f1f1;
}
body {
background: #fff;
color: #333;
color: #444;
font-family: "Open Sans", sans-serif;
margin: 2em auto;
padding: 1em 2em;