minor changes to the gragdient code so it works on other browsers
authorIan Weller <ian@gaslightmedia.com>
Tue, 5 Apr 2016 20:55:41 +0000 (16:55 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 5 Apr 2016 20:56:21 +0000 (16:56 -0400)
css/front.css

index 85c06c4..8b5c564 100644 (file)
@@ -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;