[Openvas-commits] r221 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Jun 16 17:05:09 CEST 2007


Author: timb
Date: 2007-06-16 17:05:09 +0200 (Sat, 16 Jun 2007)
New Revision: 221

Modified:
   trunk/doc/website/openvas.css
   trunk/doc/website/template_header.m4
Log:
Removed the unrequired text next to the logo (since it is duplicated below) and changed the background colour of the content area to match the header and 
footer


Modified: trunk/doc/website/openvas.css
===================================================================
--- trunk/doc/website/openvas.css	2007-06-14 18:34:22 UTC (rev 220)
+++ trunk/doc/website/openvas.css	2007-06-16 15:05:09 UTC (rev 221)
@@ -4,6 +4,7 @@
  *
  * Authors:
  * Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ * Tim Brown <timb at nth-dimension.org.uk>
  *
  * Copyright:
  * Copyright (C) 2007 Intevation GmbH
@@ -26,7 +27,7 @@
 
 BODY {
     margin: 0px;
-    background-color: #eeeee0;
+    background-color: #ffffff;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 12px;
 }

Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4	2007-06-14 18:34:22 UTC (rev 220)
+++ trunk/doc/website/template_header.m4	2007-06-16 15:05:09 UTC (rev 221)
@@ -8,6 +8,7 @@
 m4_dnl
 m4_dnl Authors:
 m4_dnl Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+m4_dnl Tim Brown <timb at nth-dimension.org.uk>
 m4_dnl
 m4_dnl Copyright:
 m4_dnl Copyright (C) 2007 Intevation GmbH
@@ -43,11 +44,9 @@
     <table id="navbar">
       <tr valign="bottom">
         <td style="width:172px; text-align: left; padding-bottom: 8px;">
-          <a href="index.html"
-            ><img src="pix/OpenVAS-logo.png" alt="OpenVAS"></a>
+          <a href="index.html"><img src="pix/OpenVAS-logo.png" alt="OpenVAS"></a>
         </td>
         <td style="text-align: left;vertical-align:middle;">
-          <h1>__TITLE</h1>
         </td>
       </tr>
     </table>



More information about the Openvas-commits mailing list