gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5469 - GNUnet-docs/WWW/test
Date: Sat, 11 Aug 2007 17:15:26 -0600 (MDT)

Author: durner
Date: 2007-08-11 17:15:23 -0600 (Sat, 11 Aug 2007)
New Revision: 5469

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/html_header.php3
Log:


Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2007-08-11 22:18:19 UTC (rev 5468)
+++ GNUnet-docs/WWW/test/gnunet.css     2007-08-11 23:15:23 UTC (rev 5469)
@@ -99,7 +99,9 @@
   text-align: center;
 }
 
-font.lang-menu {
+#lang-menu {
+       position: relative;
+       top: -2em;
   background-color:#FFFFFF;
   font-size:10px;
 }
@@ -123,6 +125,23 @@
   margin-left: 10px;
 }
 
+textarea {
+    font: 110% "Courier New", Courier, monospace; 
+    border: 1px solid #666666;  
+    color: Black;
+    background-color: white;
+    width: 100%;
+}
+
+input {
+    font-family: sans-serif;
+    visibility: visible;
+    border: 1px solid #666666;  
+    color: Black;
+    background-color: white;
+    vertical-align: middle;
+}
+
 /*
 table{background-color:#CCCCFF;color:#0F0F0F;}
 table.plain{background-color:#FEFEFE;color:#000000;}
@@ -175,7 +194,7 @@
   text-align: right;
   padding-right: 0.6em;
   background-color: transparent;
-  margin-bottom: 0.4em;
+  margin-bottom: 0.2em;
   margin-top: 0.4em;
   position: absolute;
   top: 0;

Modified: GNUnet-docs/WWW/test/html_header.php3
===================================================================
--- GNUnet-docs/WWW/test/html_header.php3       2007-08-11 22:18:19 UTC (rev 
5468)
+++ GNUnet-docs/WWW/test/html_header.php3       2007-08-11 23:15:23 UTC (rev 
5469)
@@ -41,11 +41,11 @@
  if ($menu != "NO") {
    include("menu.php3");
 ?>
-<font class="lang-menu">
+<div id="lang-menu">
 <?php
    generateLanguageBar();
 ?>
-</font>
+</div>
 <?php
  }
 ?>





reply via email to

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