]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* by feivel: Display week of year; addresses bug 494
[citadel.git] / webcit / static / webcit.css
index ae4fb84eece0ea9d0b4bb295ede08018ecf19177..b6e78b0660c5c005e5061ea067c3c194a0699368 100644 (file)
@@ -435,6 +435,11 @@ var sub {
        background-color: #204B78;
 }
 
+.week_of_year {
+       background-color: #e1e1e1;
+       font-size: 70%; 
+}
+
 .day {
        font-weight: 700;
 }
@@ -451,6 +456,10 @@ var sub {
        background-color: #EEEECC;
 }
 
+.caltoday {
+       background-color: #4040FF;
+}
+
 .current_sort_mode {
     background-color: white;
 }