gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5459 - GNUnet-docs/WWW/test
Date: Sat, 11 Aug 2007 13:08:30 -0600 (MDT)

Author: durner
Date: 2007-08-11 13:08:29 -0600 (Sat, 11 Aug 2007)
New Revision: 5459

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

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2007-08-11 19:03:26 UTC (rev 5458)
+++ GNUnet-docs/WWW/test/gnunet.css     2007-08-11 19:08:29 UTC (rev 5459)
@@ -141,14 +141,17 @@
 a:active{color:#EEEEEE; text-decoration:none;}
 
 #fsflinks{
-font-size: 0.9em;
-background-color: #333;
-width: 100%;
-height: 2.4em;
+       position: absolute;
+       top: 0;
+       left: 0;
+       font-size: 0.9em;
+       background-color: #333;
+       width: 100%;
+       height: 2.4em;
 }
 
 #fsflinks ul{
-list-style: none;
+       list-style: none;
 }
 
 #fsflinks li {
@@ -174,6 +177,9 @@
   background-color: transparent;
   margin-bottom: 0.4em;
   margin-top: 0em;
+  position: absolute;
+  top: 0;
+  right: 0;
   z-index: 1000;
 }
 

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2007-08-11 19:03:26 UTC (rev 5458)
+++ GNUnet-docs/WWW/test/index.php      2007-08-11 19:08:29 UTC (rev 5459)
@@ -4,6 +4,7 @@
 $title = $description;
 include("html_header.php3");
 
+echo "<div id=\"content\">";
 H2("About GNUnet");
 
 BP();
@@ -125,5 +126,7 @@
   extlink_("mailto:address@hidden","address@hidden";));
 EP();
 
+echo "</div><!-- id=content -->";
+
 include("html_footer.php3");
 ?>





reply via email to

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