Make WordPress Core

Changeset 3133


Ignore:
Timestamp:
11/17/2005 09:55:53 AM (19 years ago)
Author:
ryan
Message:

Use new logo. Props nbachiyski. fixes #1896

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.