From a76a143ad4949262a80affb092e62a4f0befc675 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 15 Sep 2016 12:07:40 -0400 Subject: [PATCH] adding styles to the dates and days of the week on their new line in agenda view --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 50e8ff3..6d106f0 100644 --- a/css/front.css +++ b/css/front.css @@ -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; } -- 2.17.1