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

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Thu Jul 23 19:18:16 UTC 2009


Author: mmcspadden-guest
Date: 2009-07-23 19:18:15 +0000 (Thu, 23 Jul 2009)
New Revision: 1261

Modified:
   tux4kids-web/htdocs/css/layout.css
   tux4kids-web/htdocs/index.php
Log:
working on ie6 fix


Modified: tux4kids-web/htdocs/css/layout.css
===================================================================
--- tux4kids-web/htdocs/css/layout.css	2009-07-23 19:11:46 UTC (rev 1260)
+++ tux4kids-web/htdocs/css/layout.css	2009-07-23 19:18:15 UTC (rev 1261)
@@ -21,7 +21,7 @@
 	top: 0px;
 	left: 0px;
 	width: 100%;
-	height: 125px;
+	height: 50px;
 	background:url('../images/t4header.png') repeat-x;
 	background-color: #D3D3D3;
 	color: #000;

Modified: tux4kids-web/htdocs/index.php
===================================================================
--- tux4kids-web/htdocs/index.php	2009-07-23 19:11:46 UTC (rev 1260)
+++ tux4kids-web/htdocs/index.php	2009-07-23 19:18:15 UTC (rev 1261)
@@ -1,9 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-	<link rel="stylesheet" media="all" type="text/css" href="css/layout.css" />
-	<link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css" />
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<?php
+include ('includes/pageheader.php');
+echo'
 	<title>Tux4Kids - Home</title>
 	</head>
 <body>
@@ -74,11 +71,9 @@
 					</tr>
 				</table>
 			</div>
-			<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>
+			';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>




More information about the Tux4kids-commits mailing list