overview.html - apply task #51 changes
Thomas Sjögren

Thomas Sjögren commited on 2005-05-16 14:46:50
Zeige 1 geänderte Dateien mit 16 Einfügungen und 21 Löschungen.

... ...
@@ -13,31 +13,26 @@
13 13
 <body>
14 14
 
15 15
 <!-- TITLE BAR & NAVIGATION -->
16
-<div class="banner">
17
-<table class="table-banner" cellpadding="0" cellspacing="0">
16
+
17
+<table class="banner" border="0" cellpadding="0" cellspacing="0">
18 18
     <tr>
19
-<td class="spacer">
20
-<a href="http://tor.eff.org/"><img src="images/spacer.png"
21
-width="110" height="79" alt="Tor logo" /></a>
22
-</td>
23
-<td class="links" valign="top">
24
-      <a href="index.html">Home</a>  |
25
-      <a href="howitworks.html">How It Works</a>  |
26
-      <a href="download.html">Download</a>  |
27
-      <a href="documentation.html">Docs</a>  |
28
-      <a href="users.html">Users</a>  |
29
-      <a href="faq.html">FAQs</a>  |
30
-      <a href="contribute.html">Contribute</a>  |
31
-      <a href="developers.html">Developers</a>  |
32
-      <a href="research.html">Research</a>  |
33
-      <a href="people.html">People</a>
34
-</td>
35
-<td class="curve">
36
-      <img src="images/curve.gif" width="18" alt=""  height="79" />
19
+        <td class="banner-left"></td>
20
+        <td class="banner-middle">
21
+            <a class="current">Home</a>
22
+          | <a href="howitworks.html">How It Works</a>
23
+          | <a href="download.html">Download</a>
24
+          | <a href="documentation.html">Docs</a>
25
+          | <a href="users.html">Users</a>
26
+          | <a href="faq.html">FAQs</a>
27
+          | <a href="contribute.html">Contribute</a>
28
+          | <a href="developers.html">Developers</a>
29
+          | <a href="research.html">Research</a>
30
+          | <a href="people.html">People</a>
37 31
         </td>
32
+        <td class="banner-right"></td>
38 33
     </tr>
39 34
 </table>
40
-</div>
35
+ 
41 36
 <!-- END TITLE BAR & NAVIGATION -->
42 37
 
43 38
 <div class="center">
44 39