From 40d7b827e4e4d0ed4421538358889f592574cdff Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 5 Jan 2018 10:07:46 -0500 Subject: [PATCH] fixing css selector syntax from previous push missing period from the last css style selector change --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 3e30aa0..b52b6fe 100644 --- a/css/front.css +++ b/css/front.css @@ -5,7 +5,7 @@ .glm-bold{ font-weight: bold; } -glm-reg-cart-charges-col:not(:first-child){ +.glm-reg-cart-charges-col:not(:first-child){ visibility: hidden; } .glm-reg-event-profile-details { -- 2.17.1