From 24e4814fcec23c53c343f8dca6b784499a4319ca Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:42:29 -0400 Subject: [PATCH] removing the reserve your charter button from the oc dropdown --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 57296f6..a2a07e1 100644 --- a/style.css +++ b/style.css @@ -2442,7 +2442,7 @@ Footer Section display: none; height: 50px; width: 50px; - background: ##C14D07; + background: #C14D07; text-align: center; line-height: 50px; z-index: 9999; @@ -2773,4 +2773,4 @@ video { width: 100%; /* margin-bottom: 30px; */ overflow: hidden; -} +} \ No newline at end of file -- 2.17.1