adding display none intially to the agenda view
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Sep 2016 11:55:22 +0000 (07:55 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Sep 2016 11:55:22 +0000 (07:55 -0400)
css/front.css

index 37c82eb..608afb1 100644 (file)
@@ -10,7 +10,9 @@
 }
 .glm-event-day-row {
     margin-top: 8px !important;
+    display: none;
 }
+
 .glm-event-day-event {
     cursor: pointer;
     position: relative;