From 53e74351ad58d1d207d007a76be2c767d73e47cf Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 5 Apr 2016 16:55:41 -0400 Subject: [PATCH] minor changes to the gragdient code so it works on other browsers --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 85c06c4..8b5c564 100644 --- a/css/front.css +++ b/css/front.css @@ -8,9 +8,9 @@ .glm-event-day-row { border: 1px solid #FFF; margin-top: 8px !important; - background: -webkit-linear-gradient(left, #f2f2f2 5%, #fff 100%); + background: -webkit-linear-gradient(top, #f2f2f2 5%, #fff 100%); background: -moz-linear-gradient(center top, #f2f2f2 5%, #fff 100%); - background: -ms-linear-gradient(left, #f2f2f2 5%, #fff 100%); + background: -ms-linear-gradient(top, #f2f2f2 5%, #fff 100%); } .glm-event-day-event { position: relative; -- 2.17.1