From aa158ea8d0949de3fdde792190d3354ae54b9b8c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 May 2016 10:58:12 -0400 Subject: [PATCH] fixed syntax error, removed double ;; from js map code --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index eed17ed..d3f0e4f 100644 --- a/css/front.css +++ b/css/front.css @@ -200,6 +200,6 @@ input[name='contact_fname'], input[name='contact_lname']{ top: 6px; left: -35px; } -#sdate, #date{ +#sdate, #edate{ width: 40%; } -- 2.17.1