<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,8 +8,10 @@
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;
 &lt;/head&gt;
 
-&lt;body&gt;
-  &lt;div id=&quot;content&quot;&gt;
+&lt;body id=&quot;blame-view&quot;&gt;
+  &lt;h2 id=&quot;place-holder&quot;&gt;Select a file&lt;/h2&gt;
+  
+  &lt;div id=&quot;content&quot; style=&quot;display:none&quot;&gt;
 	&lt;div id=&quot;metadata&quot;&gt;
 		&lt;h1 id=&quot;title&quot;&gt;&lt;/h1&gt;
 		&lt;p id=&quot;hash&quot;&gt;&lt;/p&gt;
@@ -19,7 +21,7 @@
     
     &lt;div id=&quot;main&quot;&gt;
       &lt;div id=&quot;blame&quot;&gt;
-        &lt;h2 id=&quot;place-holder&quot;&gt;Select a file&lt;/h2&gt;
+
       &lt;/div&gt;
     &lt;/div&gt;
   &lt;/div&gt;</diff>
      <filename>assets/blame.html</filename>
    </modified>
    <modified>
      <diff>@@ -182,6 +182,21 @@ pre code {
 /*------------------------------------------------------------------------------------
   @group blame
 ------------------------------------------------------------------------------------*/
+#content {
+  width: 100%;
+  position: relative;
+  background: #fff;
+  color: #000;
+  bottom: 0;
+  top: 0;
+  height: 100%;
+}
+
+#blame-view {
+  background: #656565;
+  color: #ccc;
+}
+
 #loading {
   font-size: 120%;
   font-family: &quot;Lucida Grande&quot;, sans-serif;
@@ -196,11 +211,11 @@ pre code {
 }
 
 h2#place-holder {
-  font-size: 400%;
-  color: #eee;
-  text-shadow: -1px -1px #ddd;
+  margin-top: 30%;
+  font-size: 120%;
+  color: #000;
+  text-shadow: 1px 1px #777;
   text-align: center;
-  text-transform: uppercase;
 }
 
 #blame-list li {</diff>
      <filename>assets/style.css</filename>
    </modified>
    <modified>
      <diff>@@ -14,8 +14,11 @@ require 'fileutils'
 class TreeController &lt; OSX::NSObject
   IMAGE_MIMES = [&quot;image/png&quot;, &quot;img/jpeg&quot;, &quot;image/jpg&quot;, &quot;image/gif&quot;, &quot;img/bmp&quot;]
   ELEMENTS = {
-    :blame =&gt; 'blame',
-    :list  =&gt; 'blame-list'
+    :blame        =&gt; 'blame',
+    :list         =&gt; 'blame-list',
+    :wrapper      =&gt; 'blame-view',
+    :content      =&gt; 'content',
+    :placeholder  =&gt; 'place-holder'
   }
   
   ib_outlet :tree_outline
@@ -54,6 +57,10 @@ class TreeController &lt; OSX::NSObject
         commit = app.repo.commit(branch)
         blob   = commit.tree/file
         
+        doc.getElementById(ELEMENTS[:wrapper]).setAttribute__('style', 'background:#fff')
+        doc.getElementById(ELEMENTS[:placeholder]).setAttribute__('style', 'display:none')
+        content = doc.getElementById(ELEMENTS[:content])
+        content.setAttribute__('style', 'display:block')
         set_html('title', File.basename(file))
         element = doc.getElementById(ELEMENTS[:blame])
         element.setInnerHTML(&quot;&quot;)
@@ -91,6 +98,7 @@ class TreeController &lt; OSX::NSObject
           element.setInnerHTML(&quot;&quot;)
           element.appendChild(blame_list)
         else 
+          element.setInnerHTML(&quot;&quot;)
           set_html('hash', 'Untracked or ignored file')
         end
       end</diff>
      <filename>controllers/TreeController.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f1c2cee2dc44bd83ee95217d578b68e561a3c67f</id>
    </parent>
  </parents>
  <author>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </author>
  <url>http://github.com/Caged/gitnub/commit/64cefa238db1d5ad62f0560378ddd9cdbfbbfe16</url>
  <id>64cefa238db1d5ad62f0560378ddd9cdbfbbfe16</id>
  <committed-date>2008-10-16T12:16:26-07:00</committed-date>
  <authored-date>2008-10-16T12:16:26-07:00</authored-date>
  <message>Better placeholder for blame view</message>
  <tree>f477be0c974d2ba1b9c48f535ae3742d33fc9d2b</tree>
  <committer>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </committer>
</commit>
