[Tux4kids-commits] r1082 - in tux4kids-web/htdocs/newsitetest/tuxtype: . css
Matthew McSpadden
mmcspadden-guest at alioth.debian.org
Mon Jun 22 12:01:10 UTC 2009
Author: mmcspadden-guest
Date: 2009-06-22 12:01:04 +0000 (Mon, 22 Jun 2009)
New Revision: 1082
Modified:
tux4kids-web/htdocs/newsitetest/tuxtype/css/layout.css
tux4kids-web/htdocs/newsitetest/tuxtype/download.php
Log:
Added some borders to the download tables. Added a link to the released files page. Updated all the links for the new version of tuxtype.
Modified: tux4kids-web/htdocs/newsitetest/tuxtype/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxtype/css/layout.css 2009-06-22 11:57:29 UTC (rev 1081)
+++ tux4kids-web/htdocs/newsitetest/tuxtype/css/layout.css 2009-06-22 12:01:04 UTC (rev 1082)
@@ -90,8 +90,14 @@
.dow {
font-family: Arial;
width: 815px;
+ border: #000 3px solid;
+ border-collapse: collapse;
}
+ .dow tr{
+ border: #000 1px solid;
+ }
+
.dow th{
font-size: 20px;
text-align: left;
Modified: tux4kids-web/htdocs/newsitetest/tuxtype/download.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxtype/download.php 2009-06-22 11:57:29 UTC (rev 1081)
+++ tux4kids-web/htdocs/newsitetest/tuxtype/download.php 2009-06-22 12:01:04 UTC (rev 1082)
@@ -19,15 +19,15 @@
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br />
- <img align="center" src="images/pow-fusionforge.png" alt="Fusion Forge" />
+ <img src="images/pow-fusionforge.png" alt="Fusion Forge" />
</div>
<div class="col2">
<table class="dow">
<tr>
- <th colspan=2">
- Source - <a href="https://alioth.debian.org/frs/download.php/2974/tuxtype_w_fonts-1.7.4.tar.gz">
- <img src="images/dbutton.png" alt="Download"></a>
- </th>
+ <th colspan=2" width="700px">Source</th>
+ <td>
+ <a href="https://alioth.debian.org/frs/download.php/3051/tuxtype_w_fonts-1.7.5.tar.gz"><img src="images/dbutton.png" alt="Download"></a>
+ </td>
</tr>
<tr>
<td width="48px"><img src="images/gear.gif" alt="Gears" align="top" /></td>
@@ -38,10 +38,10 @@
<table class="dow">
<tr>
- <th colspan="2">
- Windows 2000, XP, Vista - <a href="https://alioth.debian.org/frs/download.php/2973/tuxtype-1.7.4-win32-installer.exe">
- <img src="images/dbutton.png" alt="Download"></a>
- </th>
+ <th colspan="2" width="700px">Windows 2000, XP, Vista</th>
+ <td>
+ <a href="https://alioth.debian.org/frs/download.php/3049/tuxtype-1.7.5-win32-installer.exe"><img src="images/dbutton.png" alt="Download"></a>
+ </td>
</tr>
<tr>
<td width="48px"><img src="images/windows.gif" alt="Windows Logo" align="top" /></td>
@@ -52,10 +52,10 @@
<table class="dow">
<tr>
- <th colspan="2">
- Apple Mac OS X - <a href="https://alioth.debian.org/frs/download.php/2381/TuxType_w_fonts-1.5.17-MacOS10.3PPC.dmg">
- <img src="images/dbutton.png" alt="Download"></a>
- </th>
+ <th colspan="2" width="700px">Apple Mac OS X</th>
+ <td>
+ <a href="https://alioth.debian.org/frs/download.php/2381/TuxType_w_fonts-1.5.17-MacOS10.3PPC.dmg"><img src="images/dbutton.png" alt="Download"></a>
+ </td>
</tr>
<tr>
<td width="48px"><img src="images/macosx.gif" alt="Mac OS X Logo" align="top" /></td>
@@ -76,6 +76,8 @@
<kbd>aptitude install tuxmath tuxtype tuxtype-data-nonfree</kbd></td>
</tr>
</table>
+ <br />
+ If you are looking for earlier releases check out our <a href="https://alioth.debian.org/frs/?group_id=31080">released files</a> page.
</div>';
include ('includes/header.php');
echo'
More information about the Tux4kids-commits
mailing list