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

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Mon Sep 21 14:58:10 UTC 2009


Author: mmcspadden-guest
Date: 2009-09-21 14:58:10 +0000 (Mon, 21 Sep 2009)
New Revision: 1548

Modified:
   tux4kids-web/htdocs/css/layout.css
   tux4kids-web/htdocs/dev.php
   tux4kids-web/htdocs/includes/pageheader.php
Log:
Praying that Holger was able to fix this.

Modified: tux4kids-web/htdocs/css/layout.css
===================================================================
--- tux4kids-web/htdocs/css/layout.css	2009-09-20 20:19:58 UTC (rev 1547)
+++ tux4kids-web/htdocs/css/layout.css	2009-09-21 14:58:10 UTC (rev 1548)
@@ -52,15 +52,15 @@
 	}
 	
 	.drop {
-	display:block;
-	margin:0;
-	text-align:left;
+	display: block;
+	margin: 0px;
+	text-align: left;
 	}
 
 	.drop span {
 	position: relative;
 	top: -98px;
-	float:right;
+	float: right;
 	}
 	
 	.front {

Modified: tux4kids-web/htdocs/dev.php
===================================================================
--- tux4kids-web/htdocs/dev.php	2009-09-20 20:19:58 UTC (rev 1547)
+++ tux4kids-web/htdocs/dev.php	2009-09-21 14:58:10 UTC (rev 1548)
@@ -1,10 +1,10 @@
 <?php include ('includes/pageheader.php');?>
--	<title>Tux4kids - Developers</title>
--	</head>
--<body>
--	<div align="center">
--		<div class="box">
--			<div class="col1">
+	<title>Tux4kids - Developers</title>
+	</head>
+	<body>
+	<div align="center">
+		<div class="box">
+			<div class="col1">
 				<ul class="menu">
 					<li><a href="index.php" class="active"><span>Home</span></a></li>
 					<li><a href="projects.php"><span>Projects</span></a></li>

Modified: tux4kids-web/htdocs/includes/pageheader.php
===================================================================
--- tux4kids-web/htdocs/includes/pageheader.php	2009-09-20 20:19:58 UTC (rev 1547)
+++ tux4kids-web/htdocs/includes/pageheader.php	2009-09-21 14:58:10 UTC (rev 1548)
@@ -2,5 +2,5 @@
 <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" />
+	<link rel="stylesheet" media="all" type="text/css" href="css/stylesheet.css" />
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\ No newline at end of file




More information about the Tux4kids-commits mailing list