From a32525bd8ed9a505cb40d109cf0914bf21660afd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 7 Mar 2016 16:16:23 +0100 Subject: remove unnecessary background for non-existent profile image --- css/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/public/style.css b/css/public/style.css index 0dd64281..35a42cff 100644 --- a/css/public/style.css +++ b/css/public/style.css @@ -33,7 +33,7 @@ .contactdetails__logo { height: 75px; width: 75px; - background-color: rgba(255, 255, 255, .5); + background-color: transparent; } #check-all + label:before { -- cgit v1.2.3