Author: phobos Date: 2011-01-27 07:30:36 +0000 (Thu, 27 Jan 2011) New Revision: 24136
Modified: website/trunk/download/en/download-easy.wml Log: reorganize the table. Modified: website/trunk/download/en/download-easy.wml =================================================================== --- website/trunk/download/en/download-easy.wml 2011-01-27 07:20:33 UTC (rev 24135) +++ website/trunk/download/en/download-easy.wml 2011-01-27 07:30:36 UTC (rev 24136) @@ -5,50 +5,54 @@ #include "head.wmi" TITLE="Tor: Easy Download Selector" CHARSET="UTF-8" ANNOUNCE_RSS="yes" <div id="content" class="clearfix"> -<div id="breadcrumbs"><a href="<page index>">Home » </a><a href="<page -download/download-easy>">Easy Download Selector</a></div> +<div id="breadcrumbs"><a href="<page index>">Home » </a><a href="<page download/download-easy>">Easy Download Selector</a></div> <div id="maincol-left"> -<h2>Download Now - Zero Installation. Free & Open Source Software</h2> -<hr /> -<table width="99%" border="0" cellspacing="0" cellpadding="3"> +<table class="topforty"> +<tr colspan="3"> +<td class="nopad"><div class="title"> +Download Now - Zero Installation. Free & Open Source Software +</div> +</td> +</tr> <tr> -<th bgcolor="#e5e5e5" align="center" width="33%"><center><img +<td class="nopad" width="33%"><center><img src="$(IMGROOT)/logo.windows-header.gif"/></center> -</th> -<th align="center" width="33%"><center><img +</td> +<td class="nopad" width="33%"><center><img src="$(IMGROOT)/ref_leopard_box.jpg"/></center> </th> -<th bgcolor="#e5e5e5" align="center" width="33%"> +<td class="nopad" width="33%"> <center><img src="$(IMGROOT)/distros/generic.png"/> <img src="$(IMGROOT)/distros/centos.png"/> <img src="$(IMGROOT)/distros/debian.png"/></center> </th> </tr> <tr> -<td bgcolor="#e5e5e5" align="center"> +<td class="nopad" align="center"> # Translators: please point to the version of TBB in your language, # if there is one. <a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe">Tor Browser Bundle for Windows</a> </td> -<td align="center"> +<td class="nopad" align="center"> <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx- i386-en-US.zip">Tor Browser Bundle for Apple OS X</a> </td> -<td bgcolor="#e5e5e5" align="center"> +<td class="nopad" align="center"> <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version- torbrowserbundlelinux32>-dev-en-US.tar.gz">Tor Browser Bundle for GNU/Linux</a> </td> </tr> <tr> -<td align="center" colspan="3" border="1"><h3>Zero installation. Great for -USB drives! Pre-configured to protect your anonymity with Tor, Vidalia, Firefox -and more. <a href="<page projects/torbrowser>">More details and -languages</a>.</h3></td> +<td class="nopad" colspan="3"><h3>Zero installation. Great for USB +drives! Pre-configured to protect your anonymity with Tor, Vidalia, +Firefox and more. <a href="<page projects/torbrowser>">More details +and languages</a>.</h3> +</td> </tr> </table> @@ -90,9 +94,8 @@ <div class="nb"> <p> To keep informed of security advisories and new stable releases, subscribe -to the <a href="http://archives.seul.org/or/announce/">or-announce -mailing list</a> (you will be asked to confirm via email). You can also -<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch +to the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce +mailing list</a>. You can also <a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch the list's RSS feed</a>. </p>
