Changeset 3133

Show
Ignore:
Timestamp:
11/17/05 09:55:53 (3 years ago)
Author:
ryan
Message:

Use new logo. Props nbachiyski. fixes #1896

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/install.php

    r3128 r3133  
    7575</head> 
    7676<body> 
    77 <h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1> 
     77<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1> 
    7878<?php 
    7979// Let's check to make sure WP isn't already installed. 
  • trunk/wp-admin/upgrade.php

    r3129 r3133  
    6363</head> 
    6464<body> 
    65 <h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1> 
     65<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1> 
    6666<?php 
    6767switch($step) { 
  • trunk/wp-admin/wp-admin.css

    r3120 r3133  
    157157    padding: 0px; 
    158158    margin-bottom: 16px; 
    159     height: 180px
     159    height: 15em
    160160    width: 100%; 
    161161    overflow-y: hidden;