fix the include line for rss, try to center the images, make the colspan text larger in a poor way.
Andrew Lewman

Andrew Lewman commited on 2011-01-27 08:11:05
Zeige 1 geänderte Dateien mit 11 Einfügungen und 9 Löschungen.

... ...
@@ -2,8 +2,7 @@
2 2
 # Revision: $Revision: 21396 $
3 3
 # Translation-Priority: 1-high
4 4
 
5
-#include "head.wmi" TITLE="Tor: Easy Download Selector" CHARSET="UTF-8"
6
-ANNOUNCE_RSS="yes"
5
+#include "head.wmi" TITLE="Tor: Easy Download Selector" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
7 6
 
8 7
 <div id="content" class="clearfix">
9 8
 <div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page
... ...
@@ -14,13 +13,16 @@ download/download-easy>">Easy Download Selector</a></div>
14 13
 <hr />
15 14
 <table width="99%" border="0" cellspacing="0" cellpadding="3">
16 15
 <tr>
17
-<th bgcolor="#e5e5e5" align="center" width="33%"><img
18
-src="$(IMGROOT)/logo.windows-header.gif"/></th>
19
-<th align="center" width="33%"><img src="$(IMGROOT)/ref_leopard_box.jpg"/></th>
16
+<th bgcolor="#e5e5e5" align="center" width="33%"><center><img
17
+src="$(IMGROOT)/logo.windows-header.gif"/></center>
18
+</th>
19
+<th align="center" width="33%"><center><img
20
+src="$(IMGROOT)/ref_leopard_box.jpg"/></center>
21
+</th>
20 22
 <th bgcolor="#e5e5e5" align="center" width="33%">
21
-<img src="$(IMGROOT)/distros/generic.png"/>
23
+<center><img src="$(IMGROOT)/distros/generic.png"/>
22 24
 <img src="$(IMGROOT)/distros/centos.png"/>
23
-<img src="$(IMGROOT)/distros/debian.png"/>
25
+<img src="$(IMGROOT)/distros/debian.png"/></center>
24 26
 </th>
25 27
 </tr>
26 28
 <tr>
... ...
@@ -43,10 +45,10 @@ torbrowserbundlelinux32>-dev-en-US.tar.gz">Tor Browser Bundle for GNU/Linux</a>
43 45
 </td>
44 46
 </tr>
45 47
 <tr>
46
-<td align="center" colspan="3" border="1">Zero installation.  Great for
48
+<td align="center" colspan="3" border="1"><h2>Zero installation.  Great for
47 49
 USB drives! Pre-configured to protect your anonymity with Tor, Vidalia, Firefox
48 50
 and more. <a href="<page projects/torbrowser>">More details and
49
-languages</a>.</td>
51
+languages</a>.</h2></td>
50 52
 </tr>
51 53
 </table>
52 54
 
53 55