rev 1369 - trunk/mariachi/templates

[prev] [thread] [next] [lurker] [Date index for 2003/08/28]

From: richardc
Subject: rev 1369 - trunk/mariachi/templates
Date: 16:37 on 28 Aug 2003
Author: richardc
Date: 2003-08-28 16:37:42 +0100 (Thu, 28 Aug 2003)
New Revision: 1369

Modified:
   trunk/mariachi/templates/header.tt2
Log:
split out (guess what this helps)

Modified: trunk/mariachi/templates/header.tt2
===================================================================
--- trunk/mariachi/templates/header.tt2	2003-08-28 15:37:35 UTC (rev 1368)
+++ trunk/mariachi/templates/header.tt2	2003-08-28 15:37:42 UTC (rev 1369)
@@ -4,46 +4,7 @@
 <head>
 <title>[% title | html %]</title>
 <style type="text/css"><!--
-  body {
-    color: #444444;
-    background-color: #FFFFFF;
-    font-family: Verdana, Geneva, Arial, Helvetica;
-  }
-  .headers {
-    border: 1px solid black;
-    color: black;
-    background-color: #dddddd;
-  }
-  .threads {
-    border: 1px solid black;
-    color: black;
-    background-color: #dddddd;
-    margin-top: 10px;
-  }
-  .thread {
-    list-style-image: none;
-    list-style-type: none;
-  }
-
-  table { 
-    border-collapse:collapse; 
-    border:hidden; 
-    table-layout:auto 
-  } 
-  tr { 
-    vertical-align:top; 
-    text-align:left; 
-    font-family:Arial, sans-serif; 
-    padding:0 
-  }
-  tr.row1 { 
-    background-color:#dddddd; 
-  }  /* even rows in mindex/thread/search tables */
-  tr.row2 { 
-    background-color:#eeeeee; 
-  }  /* odd rows in mindex/thread/search tables  */
-
-  
+[% INCLUDE css.tt2 %]  
 --></style>
 </head>
 <body>

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52