Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
the font size in the calender app is for my MM too big how can i resize it ?? thanks for help
Add the following to you custom.css file (after the body { } part)
custom.css
body { }
.calendar .small { font-size: 15px; }
thanks a lot, this did it