Apply patch from Nile to make Tor logo clickable.
Nick Mathewson

Nick Mathewson commited on 2007-04-15 02:36:17
Zeige 2 geänderte Dateien mit 3 Einfügungen und 2 Löschungen.

... ...
@@ -25,7 +25,7 @@
25 25
 <div class="center">
26 26
 <table class="banner" border="0" cellpadding="0" cellspacing="0">
27 27
     <tr>
28
-        <td class="banner-left"></td>
28
+        <td class="banner-left"><a href="https://tor.eff.org/"><img src="$(DOCROOT)/images/top-left.png" alt="Click to go to home page" width="193" height="79"></a></td>
29 29
         <td class="banner-middle">
30 30
 	<:{
31 31
 	    my %navigation;
... ...
@@ -172,8 +172,9 @@ table.banner {
172 172
 }
173 173
 
174 174
 td.banner-left {
175
+	/* This is done with an <img> in the HTML so it can be clickable
175 176
     background-image: url("images/top-left.png");
176
-    background-repeat: no-repeat;
177
+    background-repeat: no-repeat; */
177 178
     width: 193px;
178 179
 }
179 180
 
180 181