adding styles to the dates and days of the week on their new line in agenda view
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 16:07:40 +0000 (12:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 15 Sep 2016 16:07:40 +0000 (12:07 -0400)
css/front.css

index 50e8ff3..6d106f0 100644 (file)
@@ -306,12 +306,12 @@ a.fc-time-grid-event.fc-v-event {
 /*    font-weight: bold;*/
 }
 .agenda-event-weekday{
-    font-weight: 600;
+    font-style: italic;
 }
 .date-range-container{
     font-size: 13px;
     margin-bottom: 8px;
 }
 .agenda-event-recur-dates{
-    font-weight: 600;
+    font-style: italic;
 }