Use new logo. Props nbachiyski. fixes #1896

git-svn-id: http://svn.automattic.com/wordpress/trunk@3133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-17 09:55:53 +00:00
parent f048de8695
commit 550a201c63
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
</style>
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
<?php
// Let's check to make sure WP isn't already installed.
$wpdb->hide_errors();

View File

@ -62,7 +62,7 @@ text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: it
</style>
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
<?php
switch($step) {

View File

@ -156,7 +156,7 @@ textarea, input, select {
border-style: none;
padding: 0px;
margin-bottom: 16px;
height: 180px;
height: 15em;
width: 100%;
overflow-y: hidden;
}