From e5e496134892d346d9eb4b1244e0e36fcc925325 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Mar 2016 13:00:22 -0400 Subject: [PATCH] removing grey background from detail section --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index f264631a..1f510871 100644 --- a/css/front.css +++ b/css/front.css @@ -146,7 +146,7 @@ input[type="submit"].glm-member-button { margin-bottom: 5px; } #glm-member-detail-container { - background: #f5f5f5 none repeat scroll 0 0; + background: white none repeat scroll 0 0; border: 1px solid #ccc; margin: 20px 0 0; } -- 2.17.1