| Issue 515: | Bottom border on events is missing | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jun 16, 2010
Never mind. You're right. I see that the mistake was with my code.
Jun 16, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |