Issue 515: Bottom border on events is missing
Status:  Done
Owner: ----
Closed:  Jun 2010
Reported by trentcar...@gmail.com, Jun 10, 2010
The bottom border on events is missing.  The issue can be corrected by changing the code in fullcalendar.css on line 509 

from:

.fc-event-vert {
	border-width: 0 1px;
	}

to be:

.fc-event-vert {
	border-width: 1px;
	}
Jun 15, 2010
Project Member #1 adamrs...@gmail.com
can you give a screenshot demonstrating the problem?
the reason i wrote the css like that was to simulate the rounded corners. everything should appear to be fine (event uses 2 divs to display the borders)
Jun 16, 2010
#2 trentcar...@gmail.com
Never mind.  You're right.  I see that the mistake was with my code.
Jun 16, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done