[Pkg-octave-commit] rev 155 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Wed, 09 Mar 2005 09:54:27 +0100


Author: rafael
Date: 2005-03-09 09:54:27 +0100 (Wed, 09 Mar 2005)
New Revision: 155

Modified:
   trunk/www/dog.css
   trunk/www/index.html.in
Log:
* index.html.in: Make it XHTML valid, really!
* index.html.in, dog.css: Put the footer in a pale color style


Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2005-03-05 16:53:44 UTC (rev 154)
+++ trunk/www/dog.css	2005-03-09 08:54:27 UTC (rev 155)
@@ -23,11 +23,6 @@
   border: 0pt;
 }
 
-table.footer {
-  border-top: solid black 1px;
-  font-size: 0.8em;
- }
-
 img.icon {
   border: 0pt;
   vertical-align: bottom;
@@ -90,3 +85,25 @@
   margin-top: 0.5em;
   padding: 0.1em 0;
 }
+
+/* Footer */
+
+#footer {
+  font-size: 0.8em;
+  color: #aaaaaa;
+}
+
+#footer table {
+  border-top: solid black 1px;
+  width: 100%;
+ }
+
+#footer a {
+  color: #aaaaff;
+}
+
+#footer a:visited {
+  color: #ffaaaa;
+}
+
+

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-03-05 16:53:44 UTC (rev 154)
+++ trunk/www/index.html.in	2005-03-09 08:54:27 UTC (rev 155)
@@ -60,7 +60,7 @@
       href="DOG-Guidelines.txt">Guidelines</a>
       for the developers.  Please read it before doing any work on the
       packages.  This file is also <a
-        href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/DOG-Guidelines.txt?op=log&rev=0&sc=0&isdir=0">under SVN control</a>.
+        href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/DOG-Guidelines.txt?op=log&amp;rev=0&amp;sc=0&amp;isdir=0">under SVN control</a>.
     </p>
 
     <h2 id="lists">Mailing lists</h2>
@@ -94,7 +94,7 @@
   "statdataml"
 )
 :>
-<dl<dt></dt><dd>
+<dl><dt></dt><dd>
     <table class="pkg">
 <:
 for my $pkg (@packages) { _:>
@@ -289,7 +289,8 @@
       </li>
     </ul>
 
-    <table class="footer" width="100%">
+    <div id="footer">
+    <table>
       <tr><td align="left">
         $Id$
         <br/>
@@ -304,6 +305,7 @@
         </td>
       </tr>
     </table>
+    </div>
 
     </div>