Fixed missing CSS for li-tags of calendar

This commit is contained in:
Marc Alexander
2011-04-02 11:05:10 +02:00
parent dc5c9aacf0
commit 59a0ab6d90
2 changed files with 12 additions and 6 deletions

View File

@@ -53,4 +53,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
.calendar-info {
list-style-type: none;
}
.portal-events li.row
{
border-top: 0px;
list-style-type: none;
}