[Tux4kids-commits] r1573 - in tux4kids-web/htdocs: . css includes

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Tue Oct 6 15:30:55 UTC 2009


Author: mmcspadden-guest
Date: 2009-10-06 15:30:55 +0000 (Tue, 06 Oct 2009)
New Revision: 1573

Modified:
   tux4kids-web/htdocs/css/layout.css
   tux4kids-web/htdocs/includes/header.php
   tux4kids-web/htdocs/index.php
Log:
Further corrections to the website

Modified: tux4kids-web/htdocs/css/layout.css
===================================================================
--- tux4kids-web/htdocs/css/layout.css	2009-10-06 15:24:24 UTC (rev 1572)
+++ tux4kids-web/htdocs/css/layout.css	2009-10-06 15:30:55 UTC (rev 1573)
@@ -16,14 +16,13 @@
 	text-align: left;
 	}
 	
-	.header{
+	.headr{
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
-	height: 50px;
+
 	background:url('../images/t4header.png') repeat-x;
-	background-color: #D3D3D3;
 	color: #000;
 	font-family: Verdana;
 	font-size: 23px;
@@ -59,7 +58,7 @@
 
 	.drop span {
 	position: relative;
-	top: -98px;
+	top: -70px;
 	float: right;
 	}
 	
@@ -69,6 +68,7 @@
 	}
 	
 	.front th{
+	text-align: left;
 	background-color: #8bbf82;
 	font-size:15px;
 	}

Modified: tux4kids-web/htdocs/includes/header.php
===================================================================
--- tux4kids-web/htdocs/includes/header.php	2009-10-06 15:24:24 UTC (rev 1572)
+++ tux4kids-web/htdocs/includes/header.php	2009-10-06 15:30:55 UTC (rev 1573)
@@ -1,5 +1,13 @@
-			<div class="header">
-			<span class="drop"><a href="http://tux4kids.alioth.debian.org/"><img src="images/title.png" alt="Tux4Kids logo" /></a><br />
-			High Quality Educational Software Alternatives
-			<span><img src="images/tux.png" alt="Tux" /></span></span>
+			<div class="headr">
+				<table>
+					<tr>
+						<td style="width: 90%;">
+							<a href="http://tux4kids.alioth.debian.org/"><img src="images/title.png" alt="Tux4Kids logo" /></a><br />
+							High Quality Educational Software Alternatives
+						</td>
+						<td style="width: 10%;">
+							<img src="images/tux.png" alt="Tux" />
+						</td>
+					</tr>
+				</table>
 			</div>
\ No newline at end of file

Modified: tux4kids-web/htdocs/index.php
===================================================================
--- tux4kids-web/htdocs/index.php	2009-10-06 15:24:24 UTC (rev 1572)
+++ tux4kids-web/htdocs/index.php	2009-10-06 15:30:55 UTC (rev 1573)
@@ -30,11 +30,18 @@
 				<br />
 				<table class="front">
 					<tr>
-						<th><b>NEWS, 2009-10-05: Webpage update immident!</b></th>
+						<th><b>NEWS, 2009-10-06: Webpage update</b></th>
 					</tr>
 					<tr>
 						<td>
-						A somewhat dummy entry. Please remove.
+						From the webmaster:<br />
+						After some trouble with SVN, we have been able to update and make corrections to the website once again. All
+						three projects are still being actively worked on, even though there may not be much activity on the front page
+						here. Keep checking back for the next versions of each of the programs. Alot of work was done over the summer by
+						the GSOC particpants. Subscribe to our <a href="mail.php">Mailing Lists</a> to keep up with every detail. Questions
+						can be submitted on the <a href="https://alioth.debian.org/forum/?group_id=31080">Forums</a> or on the mailing
+						lists. Any problems, suggestions, typos, etc. please direct to the Tux4Kids discuss list, and I will make the
+						corrections as soon as possible. 
 						</td>
 					</tr>
 				</table>




More information about the Tux4kids-commits mailing list