phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/templates/base head.tpl


From: Dave Hall
Subject: [Phpgroupware-cvs] setup/templates/base head.tpl
Date: Tue, 03 Oct 2006 09:32:27 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    setup
Changes by:     Dave Hall <skwashd>     06/10/03 09:32:27

Modified files:
        templates/base : head.tpl 

Log message:
        IE fixes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/setup/templates/base/head.tpl?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: head.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/base/head.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- head.tpl    3 Oct 2006 07:45:56 -0000       1.3
+++ head.tpl    3 Oct 2006 09:32:26 -0000       1.4
@@ -1,13 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+       "http://www.w3.org/TR/html4/loose.dtd";>
 <html>
        <head>
 
-               <META name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org";>
-               <META NAME="description" CONTENT="phpGroupWare">
-               <META NAME="keywords" CONTENT="phpGroupWare">
-               <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
-               <META HTTP-EQUIV="Cache-control" CONTENT="no-cache">
-               <META HTTP-EQUIV="content-type" 
CONTENT="text/html;charset=utf-8">
+               <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org";>
+               <meta name="description" content="phpGroupWare">
+               <meta name="keywords" content="phpGroupWare">
+               <meta http-equiv="Pragma" content="no-cache">
+               <meta http-equiv="Cache-control" content="no-cache">
+               <meta http-equiv="content-type" 
content="text/html;charset=utf-8">
 
                <style type="text/css">
                <!-- 
@@ -26,6 +27,8 @@
                        body
                        {
                                background-color: #fff;
+                               margin: 0;
+                               padding: 0;
                        }
 
                        img
@@ -92,7 +95,7 @@
                                background-color: #fcc;
                                border: 1px solid #f00;
                                height: 20px;
-                               margin: 10 auto;
+                               margin: 10px auto;
                                min-height: 20px;
                                width: 75%;
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]