I am using the jquery fullcalendar and it\'s working great however in the agendaweek view there are no dividing lines between the days. I have reviewed the fullcalendar site and
to add dividing lines between days
.fc-border-separate td { border-width: 1px 0 0 1px; border-color: red; }
adjust pixels and color