[med-svn] r3859 - trunk/community/website

Nelson A. de Oliveira naoliv at alioth.debian.org
Wed Sep 2 16:35:00 UTC 2009


Author: naoliv
Date: 2009-09-02 16:35:00 +0000 (Wed, 02 Sep 2009)
New Revision: 3859

Modified:
   trunk/community/website/index.php
Log:
- More image sizes
- Fix wrong boinc logo size (again)


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2009-09-02 16:26:35 UTC (rev 3858)
+++ trunk/community/website/index.php	2009-09-02 16:35:00 UTC (rev 3859)
@@ -79,7 +79,7 @@
 							}
 							?>
 					<tr><td>
-						<img src="<?=$img?>" alt="<?=$alt?>" title="<?=$alt?>" />
+						<img src="<?=$img?>" alt="<?=$alt?>" title="<?=$alt?>" height="12" width="12" />
 						<a href="http://alioth.debian.org/users/<?=$details["userid"]?>"><?=$name?></a>
 					</td></tr>
 							<?php
@@ -127,7 +127,7 @@
 				     validator link alone was rather ... boring? -->
 				<p style="text-align: center">
 					<a href="http://boinc.berkeley.edu">
-						<img src="http://boinc.berkeley.edu/logo/www_logo.gif" alt="<?=_("Berkeley Open Infrastructure for Network Computing")?>" height="164" width="73" />
+						<img src="http://boinc.berkeley.edu/logo/www_logo.gif" alt="<?=_("Berkeley Open Infrastructure for Network Computing")?>" height="73" width="164" />
 					</a>
 				</p>
 			</div>




More information about the debian-med-commit mailing list