From 293e671d2c575e51ae48e59ca4b75e42968a4839 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 1 Aug 2014 09:33:32 +0200 Subject: [PATCH 1/2] 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 5c1b46e0c07..f93e26b5cd7 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; From 46fae0a1dac7042147452bd348878ec40e060783 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 1 Aug 2014 15:37:36 +0200 Subject: [PATCH 2/2] add white as background-color --- core/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.css b/core/css/styles.css index f93e26b5cd7..9c615c98c84 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -15,6 +15,7 @@ ul { list-style:none; } body { + background-color: #ffffff; font-weight: normal; font-size: .8em; line-height: 1.6em;