[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9958: Apply patch from Nile to make Tor logo clickable. (in website/trunk: . include)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9958: Apply patch from Nile to make Tor logo clickable. (in website/trunk: . include)
- From: nickm@xxxxxxxx
- Date: Sat, 14 Apr 2007 20:36:21 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 14 Apr 2007 20:36:34 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2007-04-14 20:36:17 -0400 (Sat, 14 Apr 2007)
New Revision: 9958
Modified:
website/trunk/include/head.wmi
website/trunk/stylesheet.css
Log:
Apply patch from Nile to make Tor logo clickable.
Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi 2007-04-15 00:29:12 UTC (rev 9957)
+++ website/trunk/include/head.wmi 2007-04-15 00:36:17 UTC (rev 9958)
@@ -25,7 +25,7 @@
<div class="center">
<table class="banner" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td class="banner-left"></td>
+ <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>
<td class="banner-middle">
<:{
my %navigation;
Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css 2007-04-15 00:29:12 UTC (rev 9957)
+++ website/trunk/stylesheet.css 2007-04-15 00:36:17 UTC (rev 9958)
@@ -172,8 +172,9 @@
}
td.banner-left {
+ /* This is done with an <img> in the HTML so it can be clickable
background-image: url("images/top-left.png");
- background-repeat: no-repeat;
+ background-repeat: no-repeat; */
width: 193px;
}