Move the page layout into CSS
authorJoey Schulze <joey@infodrom.org>
Wed, 20 Sep 2006 16:23:14 +0000 (16:23 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 20 Sep 2006 16:23:14 +0000 (16:23 +0000)
Styles/infocon.style

index 6f0e2f9..68d28f2 100644 (file)
@@ -52,7 +52,7 @@ printf "Letzte 
 
 <html>
 <head>
 
 <html>
 <head>
-<title><get-var title></title>
+<title>Infocon - <get-var title></title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link href="<root_prefix>infocon.css" rel="stylesheet" type="text/css">
 </head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link href="<root_prefix>infocon.css" rel="stylesheet" type="text/css">
 </head>
@@ -138,8 +138,19 @@ printf "Letzte 
 
 #  <td width=100% valign=top><font face=Helvetica>
 
 
 #  <td width=100% valign=top><font face=Helvetica>
 
+<div style="padding-top: 2em"></div>
+
+<div id=page>
+<div id=border>
+<h3 id=pagetitle><get-var title></h3>
+<div id=content>
+
   %body
 
   %body
 
+</div>
+</div>
+</div>
+
   </font>
   </td></tr></table>
   </td>
   </font>
   </td></tr></table>
   </td>