From e8aa7237e7b7c17a1a1c527f00423f941838f4fd Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Tue, 4 Feb 2014 11:35:15 -0800 Subject: [PATCH] Explicit #fff background --- public/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/dashboard.css b/public/dashboard.css index d5d5be4..1e6b760 100644 --- a/public/dashboard.css +++ b/public/dashboard.css @@ -1,5 +1,6 @@ body, #content { + background: #fff; margin-top: 20px; margin-left: auto; margin-right: auto;