Syntax error in CSS file

Issue #661 resolved
Frank Joris created an issue

File: media/com_allevents/css/fullcalendar.min.css Line: 47 String: .fc-event-noend,{width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #fff}

Remove comma after noend as this generates a CSS syntax error:

.fc-event-noend{width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #fff}

Comments (5)

  1. Emmanuel Lecoester repo owner

    same response for all others components used by AllEvents like fullcalendar, liveupdate : I don't touch any file :)

    Manu

  2. Frank Joris reporter

    I think you are very wrong inheriting other people's errors, but of course it's up to you.

  3. Log in to comment