gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r721 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r721 - GNUnet-docs/WWW/test
Date: Sun, 1 May 2005 09:54:36 -0700 (PDT)

Author: durner
Date: 2005-05-01 09:54:29 -0700 (Sun, 01 May 2005)
New Revision: 721

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/index.php
Log:
space between news items

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2005-05-01 15:20:55 UTC (rev 720)
+++ GNUnet-docs/WWW/test/gnunet.css     2005-05-01 16:54:29 UTC (rev 721)
@@ -11,6 +11,9 @@
   font-weight:bold;
 }
 
+dd {
+       margin-bottom: 12pt;
+}
 
 /* font-family = Schriftart fuer Textelemente */
 /* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2005-05-01 15:20:55 UTC (rev 720)
+++ GNUnet-docs/WWW/test/index.php      2005-05-01 16:54:29 UTC (rev 721)
@@ -60,7 +60,6 @@
   echo "<dt>" . $pd[0] . "-" . $pd[1] . "-" . $pd[2] .  ": " . 
W_($row["title"]) . "</dt>\n";
   echo "<dd>\n";
   include($row["include"]);
-  echo "<br />";
   echo "\n</dd>\n";
 }
 echo "</dl>\n";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]