improve calendar formatting

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4048 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-10-23 11:33:50 +00:00
parent fbcc5c40f9
commit d06e7a933a

View file

@ -482,6 +482,11 @@ div.comment {
font-weight: bold;
}
.calendar td {
padding: 0;
text-align: center;
}
.calendar td.arrows {
font-size: 130%;
}