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:
parent
f048de8695
commit
550a201c63
|
@ -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();
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ textarea, input, select {
|
|||
border-style: none;
|
||||
padding: 0px;
|
||||
margin-bottom: 16px;
|
||||
height: 180px;
|
||||
height: 15em;
|
||||
width: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue