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 ) {
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() { ?> > - +