Starting to streamline and generally rejig the layout.
[catagits/Gitalist.git] / root / blob.tt2
index 5f8299d..fc87985 100644 (file)
@@ -1,12 +1,14 @@
 <link rel="stylesheet" type="text/css" href="/static/css/syntax/[% language %].css"/>
-
 [% PROCESS 'nav/actions.tt2' object = head %]
- [% IF object.type == 'commit' %]
- <div class='commit-message'>
-  [% short_cmt(head.comment) %]
- </div>
-[% END %]
-[% INCLUDE 'nav/path.tt2' %]
-<div>
- <pre class='blob'>[% blob %]</pre>
+
+<div class='content'>
+  [% IF object.type == 'commit' %]
+   <div class='commit-message'>
+    [% short_cmt(head.comment) %]
+   </div>
+  [% END %]
+  [% INCLUDE 'nav/path.tt2' %]
+  <div>
+   <pre class='blob'>[% blob %]</pre>
+  </div>
 </div>