Author: zothar
Date: 2007-12-17 01:17:34 +0000 (Mon, 17 Dec 2007)
New Revision: 16644

Modified:
   trunk/website/index.php
   trunk/website/style.css
Log:
Use standard CSS for the page margins rather than proprietary <body> tag 
attributes

Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php     2007-12-17 00:53:30 UTC (rev 16643)
+++ trunk/website/index.php     2007-12-17 01:17:34 UTC (rev 16644)
@@ -43,7 +43,7 @@
        <script type="text/javascript" src="PluginDetect.js"></script>
 </head>

-<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000033" 
alink="#000000" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
+<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000033" 
alink="#000000">
 <div id="top">
        <a href="http://freenetproject.org/";><img border="0" alt="The Freenet 
Project" src="/image/title.gif" width="414" height="51"></a>
 </div>

Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css     2007-12-17 00:53:30 UTC (rev 16643)
+++ trunk/website/style.css     2007-12-17 01:17:34 UTC (rev 16644)
@@ -1,3 +1,7 @@
+body {
+       margin: 0 0 0 0; 
+}
+
 div#menu {
         font-family: Sans-serif, Arial, "Times New Roman", Georgia, Times, 
serif; 
        float:left;


Reply via email to