Fixed Prefix border top not visible

Oh, now I see it. Quick fix:
Code:
.evenList .event:first-child .content
{
	padding-top: 1px;
}
 
Back
Top Bottom