Enlightenment CVS committal

Author  : technikolor
Project : web
Module  : e

Dir     : web/e/pages


Modified Files:
        components.html cvsnotes.html docs.html download.html 
        dr17-faq.html ebits.html ebony.html ecore.html edb.html 
        edje.html eet.html efsd.html elogin.html enlightenment.html 
        eprog.html estatus.html estyle.html etcher.html etox.html 
        evas.html ewd.html ewl.html faq.html features-0.16.html 
        gdb.html imlib.html imlib2.html logos.html mail.html main.html 
        misc.html news.html shots.html source.html stylesheet.css 
        team-e16.html team.html 


Log Message:
A new look for the site building apon what was already there.  Makes it look alittle 
more snazzy, and tries to cut down on the number of times per page the logo is seen.  
Implemented in CSS building on rasters CSS which he moved over from his Doxy stuff.  
The front page still needs a complete rehash and the individual pages are 
wayyyyyyyyyyyy to sparse, but this at least gives us a better look to build on.  
Minimal changes to the architecture of the site so far have been made so everything 
still works like it ought to.  An option for "main" was added to the nav bar since I 
removed the excisist logo on the nav which went back to main.

===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/components.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- components.html     12 Oct 2003 11:05:16 -0000      1.42
+++ components.html     13 Oct 2003 04:24:21 -0000      1.43
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/cvsnotes.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- cvsnotes.html       12 Oct 2003 11:05:16 -0000      1.39
+++ cvsnotes.html       13 Oct 2003 04:24:21 -0000      1.40
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/docs.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- docs.html   12 Oct 2003 11:05:16 -0000      1.46
+++ docs.html   13 Oct 2003 04:24:21 -0000      1.47
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/download.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- download.html       12 Oct 2003 11:05:16 -0000      1.63
+++ download.html       13 Oct 2003 04:24:21 -0000      1.64
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/dr17-faq.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- dr17-faq.html       12 Oct 2003 11:05:16 -0000      1.13
+++ dr17-faq.html       13 Oct 2003 04:24:21 -0000      1.14
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/ebits.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- ebits.html  12 Oct 2003 11:05:16 -0000      1.49
+++ ebits.html  13 Oct 2003 04:24:21 -0000      1.50
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/ebony.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ebony.html  12 Oct 2003 11:05:16 -0000      1.13
+++ ebony.html  13 Oct 2003 04:24:21 -0000      1.14
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/ecore.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ecore.html  12 Oct 2003 11:05:16 -0000      1.48
+++ ecore.html  13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/edb.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- edb.html    12 Oct 2003 11:05:16 -0000      1.48
+++ edb.html    13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/edje.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje.html   12 Oct 2003 11:05:16 -0000      1.2
+++ edje.html   13 Oct 2003 04:24:21 -0000      1.3
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/eet.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eet.html    12 Oct 2003 11:05:16 -0000      1.2
+++ eet.html    13 Oct 2003 04:24:21 -0000      1.3
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/efsd.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- efsd.html   12 Oct 2003 11:05:16 -0000      1.50
+++ efsd.html   13 Oct 2003 04:24:21 -0000      1.51
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/elogin.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- elogin.html 12 Oct 2003 11:05:16 -0000      1.48
+++ elogin.html 13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/enlightenment.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- enlightenment.html  12 Oct 2003 11:05:17 -0000      1.52
+++ enlightenment.html  13 Oct 2003 04:24:21 -0000      1.53
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/eprog.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- eprog.html  12 Oct 2003 11:05:17 -0000      1.9
+++ eprog.html  13 Oct 2003 04:24:21 -0000      1.10
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/estatus.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- estatus.html        12 Oct 2003 11:05:17 -0000      1.9
+++ estatus.html        13 Oct 2003 04:24:21 -0000      1.10
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/estyle.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- estyle.html 12 Oct 2003 11:06:39 -0000      1.1
+++ estyle.html 13 Oct 2003 04:24:21 -0000      1.2
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/etcher.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- etcher.html 12 Oct 2003 11:05:17 -0000      1.48
+++ etcher.html 13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/etox.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- etox.html   12 Oct 2003 11:05:17 -0000      1.49
+++ etox.html   13 Oct 2003 04:24:21 -0000      1.50
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/evas.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- evas.html   12 Oct 2003 11:05:17 -0000      1.62
+++ evas.html   13 Oct 2003 04:24:21 -0000      1.63
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/ewd.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewd.html    12 Oct 2003 11:05:17 -0000      1.48
+++ ewd.html    13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/ewl.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl.html    12 Oct 2003 11:05:17 -0000      1.48
+++ ewl.html    13 Oct 2003 04:24:21 -0000      1.49
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/faq.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- faq.html    12 Oct 2003 11:05:18 -0000      1.39
+++ faq.html    13 Oct 2003 04:24:21 -0000      1.40
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/features-0.16.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- features-0.16.html  12 Oct 2003 11:05:18 -0000      1.27
+++ features-0.16.html  13 Oct 2003 04:24:21 -0000      1.28
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/gdb.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- gdb.html    12 Oct 2003 11:05:18 -0000      1.10
+++ gdb.html    13 Oct 2003 04:24:21 -0000      1.11
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/imlib.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- imlib.html  12 Oct 2003 11:05:18 -0000      1.31
+++ imlib.html  13 Oct 2003 04:24:21 -0000      1.32
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/imlib2.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- imlib2.html 12 Oct 2003 11:05:18 -0000      1.50
+++ imlib2.html 13 Oct 2003 04:24:22 -0000      1.51
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/logos.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- logos.html  12 Oct 2003 11:05:18 -0000      1.39
+++ logos.html  13 Oct 2003 04:24:22 -0000      1.40
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/mail.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- mail.html   12 Oct 2003 11:05:18 -0000      1.70
+++ mail.html   13 Oct 2003 04:24:22 -0000      1.71
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/main.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- main.html   12 Oct 2003 11:05:18 -0000      1.59
+++ main.html   13 Oct 2003 04:24:22 -0000      1.60
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
@@ -146,9 +148,11 @@
   <td valign="top" align="center" width="100%">
 
 
+<!--
 <h1>Enlightenment</h1>
 
 <img src="i/e.png" alt="Enlightenment" width="320" height="320"><br>
+-->
 
 <p>
 Enlightenment is a completely themeable, highly configurable Window
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/misc.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- misc.html   12 Oct 2003 11:05:18 -0000      1.18
+++ misc.html   13 Oct 2003 04:24:22 -0000      1.19
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/news.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- news.html   12 Oct 2003 11:05:18 -0000      1.93
+++ news.html   13 Oct 2003 04:24:22 -0000      1.94
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/shots.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- shots.html  12 Oct 2003 11:05:18 -0000      1.55
+++ shots.html  13 Oct 2003 04:24:22 -0000      1.56
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/source.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- source.html 12 Oct 2003 11:05:18 -0000      1.57
+++ source.html 13 Oct 2003 04:24:22 -0000      1.58
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/stylesheet.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- stylesheet.css      10 Oct 2003 19:52:03 -0000      1.13
+++ stylesheet.css      13 Oct 2003 04:24:22 -0000      1.14
@@ -1,14 +1,15 @@
 body
 {
- //background-image: url("i/e_corner.png");
+ background-image: url("img/E-top-whole.png");
  background-repeat: no-repeat;
- background-position: right bottom;
+ background-attachment: scroll;
+ background-position: left top;
  background-color: #dddddd;
  color: #000000;
  font-family: sans-serif;
- padding: 8px;
- margin: 0;
- background-attachment: fixed;
+ padding: 0px;
+ margin: 0px;
+ margin-top: 140px;
 }
 h1
 {
@@ -95,6 +96,7 @@
  padding: 1px;
  text-align: center;
  vertical-align: center;
+ margin-top: 170px;
  font-size: 12;
 }
 div.fragment
@@ -123,6 +125,7 @@
  background-position: left top;
  border: thin solid #888888;
  background-color: #eeeeee;
+ margin-top: 80px;
  padding: 4px;
  text-align: left;
  vertical-align: center;
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/team-e16.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- team-e16.html       12 Oct 2003 11:05:18 -0000      1.34
+++ team-e16.html       13 Oct 2003 04:24:22 -0000      1.35
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/team.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- team.html   12 Oct 2003 11:05:18 -0000      1.93
+++ team.html   13 Oct 2003 04:24:22 -0000      1.94
@@ -13,6 +13,7 @@
 <body>
 
 <div align="center">
+<!--
 <div class="nav">
 <table border="0" align="center"><tr>
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
@@ -22,13 +23,13 @@
 <td width="16"><img src="i/e_mini.png" width="16" height="16" alt="E"></td>
 </tr></table>
 </div>
-
-<br>
+-->
 
 <table border="0" width="100%" cellspacing="0" align="center">
 <tr>
 <td valign="top"><div class="qindex">
-<a href="main.html"><img src="i/e_med.png" width="160" height="160" alt="E Logo" 
border="0"></a><br>
+
+
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
   <td valign="top" align="center" width="100%">
@@ -40,6 +41,7 @@
 </tr>
 <tr><td colspan="2" align="right">
 <p class="items">
+<a class="qindex" href="main.html">Main</a><br>
 <a class="qindex" href="news.html">News</a><br>
 <a class="qindex" href="faq.html">FAQ</a><br>
 <a class="qindex" href="docs.html">Documentation</a><br>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to