static/cal.css
changeset 43 fabb71550e51
parent 40 30a0a0fa8c54
child 46 547940cb0e1c
--- 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
 {