From: Ian Weller Date: Tue, 5 Apr 2016 20:55:41 +0000 (-0400) Subject: minor changes to the gragdient code so it works on other browsers X-Git-Tag: v1.0.0^2~123 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=53e74351ad58d1d207d007a76be2c767d73e47cf;p=WP-Plugins%2Fglm-member-db-events.git minor changes to the gragdient code so it works on other browsers --- 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;