Changeset 629
- Timestamp:
- 01/20/07 19:45:30 (2 years ago)
- Files:
-
- trunk/bb-admin/install.css (modified) (1 diff)
- trunk/bb-admin/install.php (modified) (1 diff)
- trunk/bb-images/bbpress-large.png (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-admin/install.css
r543 r629 25 25 ul, ol { padding: 5px 5px 5px 20px; } 26 26 27 #logo { margin -bottom: 2em; }27 #logo { margin: 2em 0; } 28 28 29 29 .step a, .step input { font-size: 2em; } trunk/bb-admin/install.php
r561 r629 24 24 25 25 <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> 27 27 <?php 28 28 // Let's check to make sure bb isn't already installed.