fixing css selector syntax from previous push
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:07:46 +0000 (10:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:07:46 +0000 (10:07 -0500)
missing period from the last css style selector change

css/front.css

index 3e30aa0..b52b6fe 100644 (file)
@@ -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 {