Sorted out diffs so that diffing against parents, diffing merges and other such vecto...
[catagits/Gitalist.git] / templates / default.tt2
index 6d51427..e9a2135 100644 (file)
@@ -13,6 +13,7 @@
   [% IF baseurl %]
   <base href="[% baseurl %]" />
   [% END %]
+  <link rel="stylesheet" type="text/css" href="/static/css/site.css"/>
   <link rel="stylesheet" type="text/css" href="[% stylesheet %]"/>
   [% FOR link IN links %]
             <link rel="[% link.rel %]"
@@ -64,7 +65,9 @@
   IF page_nav;
     INCLUDE "page_nav.tt2";
   END;
-
+%]
+<div id='body'>
+[%
   IF action;
     SET actmpl = action _ ".tt2";
     INCLUDE $actmpl;
@@ -73,6 +76,7 @@
     content;
   END;
 %]
+</div>
 
 [%- # git_footer_html
 -%]