diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 502efa557c..bcc82fa9f3 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -63,6 +63,23 @@ abbr { border-bottom: none; text-align:center } +#logo a { + background-image: url('../images/wordpress-logo.png?ver=20120216'); + background-size: 274px 63px; + background-position: top center; + background-repeat: no-repeat; + height: 67px; + text-indent: -9999px; + outline: none; + overflow: hidden; + display: block; +} +@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { + #logo a { + background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); + background-size: 274px 63px; + } +} .step { margin: 20px 0 15px; } diff --git a/wp-admin/install.php b/wp-admin/install.php index 4acb98b9a6..cdd5df6d00 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -16,7 +16,7 @@ if ( false ) { Error: PHP is not running -

WordPress

+

WordPress

Error: PHP is not running

WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.

@@ -63,7 +63,7 @@ function display_header() { ?> > -

WordPress

+

-

WordPress

+

-

WordPress

+

diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 51c3feb351..2cc2c08ce8 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -100,7 +100,7 @@ function setup_config_display_header() { > -

WordPress

+

-

WordPress

+