[Tux4kids-commits] r1081 - in tux4kids-web/htdocs/newsitetest/tuxmath: . css
Matthew McSpadden
mmcspadden-guest at alioth.debian.org
Mon Jun 22 11:57:30 UTC 2009
Author: mmcspadden-guest
Date: 2009-06-22 11:57:29 +0000 (Mon, 22 Jun 2009)
New Revision: 1081
Modified:
tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
tux4kids-web/htdocs/newsitetest/tuxmath/download.php
Log:
Verified that all the links were directed to tuxmath files. Added borders around the tables, and added a link to the released files page.
M css/layout.css
M download.php
Modified: tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css 2009-06-21 13:24:41 UTC (rev 1080)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css 2009-06-22 11:57:29 UTC (rev 1081)
@@ -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/tuxmath/download.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/download.php 2009-06-21 13:24:41 UTC (rev 1080)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/download.php 2009-06-22 11:57:29 UTC (rev 1081)
@@ -24,10 +24,10 @@
<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/2971/tuxmath_w_fonts-1.7.2.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/2972/tuxmath-1.7.2-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/3014/tuxmath-1.7.2-macosx.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