gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r704 - GNUnet-docs/WWW/test
Date: Wed, 27 Apr 2005 09:06:45 -0700 (PDT)

Author: durner
Date: 2005-04-27 09:06:30 -0700 (Wed, 27 Apr 2005)
New Revision: 704

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/index.php
Log:


Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2005-04-26 21:23:22 UTC (rev 703)
+++ GNUnet-docs/WWW/test/gnunet.css     2005-04-27 16:06:30 UTC (rev 704)
@@ -56,7 +56,7 @@
 }
 
 p{
-  font-size:1.5ex;
+  font-size:2ex;
 }
 
 body{

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2005-04-26 21:23:22 UTC (rev 703)
+++ GNUnet-docs/WWW/test/index.php      2005-04-27 16:06:30 UTC (rev 704)
@@ -22,6 +22,7 @@
 
 P();
 H2("News");
+P();
 W("Older news can be found %s.\n",
   intlink_("old_news.php3", "here"));
 echo "<dl>\n";
@@ -57,7 +58,7 @@
   echo "<dt>" . $pd[0] . "-" . $pd[1] . "-" . $pd[2] .  ": " . 
W_($row["title"]) . "</dt>\n";
   echo "<dd>\n";
   include($row["include"]);
-  echo "</dd>\n";
+  echo "\n</dd>\n";
 }
 echo "</dl>\n";
 P();





reply via email to

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