SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Wed May 16 22:32:38 CEST 2007


Author: sparky
Date: Wed May 16 22:32:29 2007
New Revision: 8567

Modified:
   toys/stbr/index.php
Log:
- more fixes


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Wed May 16 22:32:29 2007
@@ -38,6 +38,16 @@
 	width: 80px;
 }
 
+.date {
+	width: 200px;
+}
+.sender {
+	width: 150px;
+}
+div#logoPLD {
+	text-align: right;
+}
+
 </style>
 
 </head>
@@ -91,8 +101,8 @@
 {
 ?>
 <tr>
-<td width="200px"><?=$p['date']?></td>
-<td width="150px"><?=$p['sender']?></td>
+<td class="date"><?=$p['date']?></td>
+<td class="sender"><?=$p['sender']?></td>
 <td>
 <!-- inner evil -->
 <table>
@@ -182,12 +192,12 @@
 </table>
 
 </div>
-<div align="right">
+<div id="logoPLD">
 <img src="http://pl.docs.pld-linux.org/zrzuty_ekr/logo_03.png" alt="PLD" />
 </div>
 
 <script type="text/javascript">
-<![CDATA[
+/*<![CDATA[*/
 /* fill href of As with class="mailto" */
 
 (function replace_mailto()
@@ -198,7 +208,7 @@
 			as[i].href = "mailto:" + as[i].innerHTML + "@" + "pld-linux.org";
 	}
 }) ();
-]]>
+/*]]>*/
 </script>
 
 </body>


More information about the pld-cvs-commit mailing list