Changeset 629

Show
Ignore:
Timestamp:
01/20/07 19:45:30 (2 years ago)
Author:
mdawaffe
Message:

bbpress-large.png for now and use it on install. Fixes #540 props sambauers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bb-admin/install.css

    r543 r629  
    2525ul, ol { padding: 5px 5px 5px 20px; } 
    2626 
    27 #logo { margin-bottom: 2em; } 
     27#logo { margin: 2em 0; } 
    2828 
    2929.step a, .step input { font-size: 2em; } 
  • trunk/bb-admin/install.php

    r561 r629  
    2424 
    2525<body> 
    26 <h1 id="logo"><img alt="bbPress" src="http://bbpress.org/bbpress.png" /></h1> 
     26<h1 id="logo"><img alt="bbPress" src="../bb-images/bbpress-large.png" /></h1> 
    2727<?php 
    2828// Let's check to make sure bb isn't already installed.