From a7098fbc2c05438ae24cbbb92ff7aa62ab81daac Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Sep 2016 16:27:43 -0400 Subject: [PATCH] removing the bold style on the days of the week and the date range in agenda view --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 8f2325f..09a7b8a 100644 --- a/css/front.css +++ b/css/front.css @@ -303,7 +303,7 @@ a.fc-time-grid-event.fc-v-event { } .agenda-event-recur-dates, .agenda-event-weekday{ font-size: 13px; - font-weight: bold; +/* font-weight: bold;*/ } span.agenda-event-weekday:first-child{ -- 2.17.1