]> git.mjollnir.org Git - moodle.git/commitdiff
removed !important from border definition of the sideblock calender to be able to...
authorurs_hunkler <urs_hunkler>
Sun, 9 Apr 2006 10:49:14 +0000 (10:49 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 9 Apr 2006 10:49:14 +0000 (10:49 +0000)
theme/standard/styles_color.css
theme/standard/styles_layout.css

index 790572eecf30d64aa0e45b5fe4edb59c1587e185..1188dba404ecad9230dfb53906a75d1422a5f565 100644 (file)
@@ -408,7 +408,7 @@ table.minicalendar {
 
 #calendar .today,
 .minicalendar .today {
-  border-color:#444444 !important;
+  border-color:#444444;
 }
 
 .cal_popup_fg {
index 676cf208e1eba2fe5704ff5e2b941e1a6e0bb407..76adc965b1064a783ef434bedd51c62d45a922dd 100644 (file)
@@ -791,7 +791,7 @@ table.minicalendar th {
 
 #calendar .today,
 .minicalendar .today {
-  border:2px solid !important;
+  border:2px solid;
 }
   
 .cal_popup_bg {