<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -128,8 +128,11 @@ pre {
 
 #main {
   #content {
-    width:598px;
+    width:600px;
     float:left;
+  }
+  
+  #content_inner {
     background:#fff;
     border:1px solid #ccc;
   }
@@ -168,6 +171,16 @@ pre {
       }
     }
   }
+  
+  #footer {
+    color:#999;
+    margin-top:@base_margin;
+    font-size:.85em;
+    
+    a {
+      color:#777;
+    }
+  }
 }
 
 /* Page stuff */
@@ -176,6 +189,7 @@ pre {
   text-align:right;
   font-size:.8em;
   margin-bottom:.8em;
+  color:#999;
   
   span {
     color:@gray_text;</diff>
      <filename>app/templates/default/stylesheets/screen.less</filename>
    </modified>
    <modified>
      <diff>@@ -40,13 +40,19 @@
     &lt;/div&gt;
 
     &lt;div id=&quot;main&quot;&gt;
-      &lt;div id=&quot;content&quot; class=&quot;&lt;%= 'without_sidebar' unless sidebar_visible? %&gt;&quot;&gt;&lt;div class=&quot;spacing&quot;&gt;
-        &lt;h1&gt;&lt;%= @page_title %&gt;&lt;/h1&gt;
-        &lt;%= flashes %&gt;
-        &lt;%= yield %&gt;
+      &lt;div id=&quot;content&quot; class=&quot;&lt;%= 'without_sidebar' unless sidebar_visible? %&gt;&quot;&gt;
+        &lt;div id=&quot;content_inner&quot;&gt;&lt;div class=&quot;spacing&quot;&gt;
+          &lt;h1&gt;&lt;%= @page_title %&gt;&lt;/h1&gt;
+          &lt;%= flashes %&gt;
+          &lt;%= yield %&gt;
       
-        &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
-      &lt;/div&gt;&lt;/div&gt;
+          &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
+        &lt;/div&gt;&lt;/div&gt;
+        
+        &lt;div id=&quot;footer&quot;&gt;
+          Powered by &lt;a href=&quot;http://kiiproject.org/&quot;&gt;Kii&lt;/a&gt;.
+        &lt;/div&gt;
+      &lt;/div&gt;
     
       &lt;% if sidebar_visible? %&gt;
         &lt;div id=&quot;sidebar&quot;&gt;</diff>
      <filename>app/templates/default/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,7 @@
-&lt;% page_title h(@page.title) %&gt;
+&lt;% page_title h(@page.title) do %&gt;
+  Updated: &lt;%= datetimestamp(@page.updated_at) %&gt;
+&lt;% end %&gt;
+
 &lt;%= render :partial =&gt; &quot;navigation&quot; %&gt;
 
 &lt;%= render_body(@revision.body) %&gt;
\ No newline at end of file</diff>
      <filename>app/templates/default/views/pages/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7831185bc78ef9609201edbd70077a59bef95706</id>
    </parent>
  </parents>
  <author>
    <name>August Lilleaas</name>
    <email>augustlilleaas@gmail.com</email>
  </author>
  <url>http://github.com/augustl/kii/commit/be748044749946efb8744c425bca6258078181f3</url>
  <id>be748044749946efb8744c425bca6258078181f3</id>
  <committed-date>2009-11-07T17:52:28-08:00</committed-date>
  <authored-date>2009-11-07T17:52:28-08:00</authored-date>
  <message>Adding a footer, adding timestamp to page show.</message>
  <tree>c6db77c7c3eb7b4317cd687ad80a59ccb6d8edce</tree>
  <committer>
    <name>August Lilleaas</name>
    <email>augustlilleaas@gmail.com</email>
  </committer>
</commit>
