diff -r fa5694ee0f98 -r fabb71550e51 static/cal.css --- a/static/cal.css Sun Jan 09 00:09:40 2011 +0200 +++ b/static/cal.css Sun Jan 09 00:12:56 2011 +0200 @@ -40,6 +40,8 @@ padding-left: 0.5em; text-align: left; + + font-weight: normal; } /* The numbers of days that are a part of the current month are clearly visible */ @@ -56,6 +58,14 @@ color: #888888; } +/* The current day is emphasized */ +table.calendar tbody tr.week-header th.today +{ + background-color: #cccccc; + + font-weight: bold; +} + /* Each row of day-event-data for a week is fixed height */ table.calendar tbody tr.week-data {