From 293e671d2c575e51ae48e59ca4b75e42968a4839 Mon Sep 17 00:00:00 2001
From: Morris Jobke <morris.jobke@gmail.com>
Date: Fri, 1 Aug 2014 09:33:32 +0200
Subject: [PATCH] Remove old color of body

* only visible in public view as ugly grey pane behind the footer
---
 core/css/styles.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 5c1b46e0c0..f93e26b5cd 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -15,7 +15,6 @@ ul { list-style:none; }
 
 
 body {
-	background: #fefefe;
 	font-weight: normal;
 	font-size: .8em;
 	line-height: 1.6em;
-- 
GitLab