Index: openacs-4/packages/calendar/www/resources/calendar.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/resources/calendar.css,v diff -u -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/calendar/www/resources/calendar.css 23 May 2008 10:48:35 -0000 1.12.2.2 +++ openacs-4/packages/calendar/www/resources/calendar.css 23 May 2008 11:40:37 -0000 1.12.2.3 @@ -172,6 +172,17 @@ background-color:#89A2B3; } +#cal-table-day caption, #cal-table-week caption { + font-size: 1.2em; + font-weight: bold; + color: #646c61; + margin: 1em; +} + +#cal-table-day th, #cal-table-week th { + background-color: #ffffff; +} + .day-time-1 { border:1px #ffffff solid; background-color:#D8E0E6;