kindofblue/404 404.html,1.2,1.3

Máirín Duffy (duffy) fedora-extras-commits at redhat.com
Wed Mar 21 01:35:33 UTC 2007


Author: duffy

Update of /cvs/fedora/kindofblue/404
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1510

Modified Files:
	404.html 
Log Message:
making the html compliat (whoops) and it should work in konqueror now



Index: 404.html
===================================================================
RCS file: /cvs/fedora/kindofblue/404/404.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 404.html	20 Mar 2007 18:21:17 -0000	1.2
+++ 404.html	21 Mar 2007 01:35:30 -0000	1.3
@@ -1,6 +1,8 @@
-<html>
-<body>
-<head>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+  <head>
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Fedora :: File Not Found :: fedoraproject.org</html>
 <style type="text/css">
 body {
@@ -32,16 +34,18 @@
 img#bluebar {
   margin: 0px;
   margin-top: 100px;
-
   float: left;
   clear: right;
 }
 
 img#logo {
-  margin: 12px;
+  position: absolute;
+  top: 20px;
+  left: 12px;
 }
 
 div#content {
+  margin-top: 12%;
   float: right;
   margin-right: 30px;
   text-align: left;
@@ -90,8 +94,7 @@
 </style>
 </head>
 <body>
-
-<a href="http://fedoraproject.org/"><img id="logo" src="/images/fedora-logo-fiv.png" alt="Fedora logo" /></a>
+<a href="http://fedoraproject.org/"><img id="logo" src="img/fedora-logo-fiv.png" alt="Fedora logo" /></a>
 
 <img id="bluebar" src="/images/404-blue-bar.png" alt="404" />
 
@@ -136,5 +139,6 @@
 
 
 </div>
+
 </body>
 </html>




More information about the fedora-extras-commits mailing list