[med-svn] r578 - in trunk/community/website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Oct 4 20:16:55 UTC 2007


Author: hanska-guest
Date: 2007-10-04 20:16:54 +0000 (Thu, 04 Oct 2007)
New Revision: 578

Modified:
   trunk/community/website/inc/header.inc.php
   trunk/community/website/index.php
Log:
Working for Markup validation. Step 2.


Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php	2007-10-04 20:13:37 UTC (rev 577)
+++ trunk/community/website/inc/header.inc.php	2007-10-04 20:16:54 UTC (rev 578)
@@ -8,7 +8,7 @@
 <link href="/inc/style.css" type="text/css" rel="stylesheet" />
 </head>
 <body>
-<div align="center">
+<div style="text-align: center;">
 <img src="/img/logo.png" alt="Debian Med Project" />
 </div>
 <div class="heading">

Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-04 20:13:37 UTC (rev 577)
+++ trunk/community/website/index.php	2007-10-04 20:16:54 UTC (rev 578)
@@ -146,7 +146,9 @@
 </tr>
 </table>
 <hr />
+<p>
 <small><?=_("Please, note that this is a SVN export of our website. It might break during SVN commits.")?></small>
+</p>
 <?php
 	require_once("inc/footer.inc.php")
 ?>




More information about the debian-med-commit mailing list