From 13fa4af26f07ddb63ae9123054726e8e45dc4437 Mon Sep 17 00:00:00 2001
From: Duke <duke.m16@gmail.com>
Date: Tue, 18 Jun 2013 19:49:55 -0300
Subject: [PATCH] fixed #cat-footer overlay

---
 public/404.html | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/public/404.html b/public/404.html
index 7f831bafa0..de39911e6c 100644
--- a/public/404.html
+++ b/public/404.html
@@ -55,6 +55,11 @@
       left : 0;
     }
 
+    #content {
+      z-index: 3;
+      position: relative;
+    }
+
   </style>
 </head>
 
@@ -64,12 +69,14 @@
     404
   </div>
 
-  These are not the kittens you're looking for.  Move along.
-  <br/>
-  <br/>
-  <a href="/">
-    Go Back?
-  </a>
+  <div id="content">
+    These are not the kittens you're looking for.  Move along.
+    <br/>
+    <br/>
+    <a href="/">
+      Go Back?
+    </a>
+  </div>
 
   <div id="cat-footer" class="transparent">
     <img src="https://s3.amazonaws.com/joindiaspora/peeping-tom.png">
-- 
GitLab