From: urs_hunkler Date: Sun, 9 Apr 2006 10:49:14 +0000 (+0000) Subject: removed !important from border definition of the sideblock calender to be able to... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b1f6431a34cff6695e59823c4d3bbad2127e446;p=moodle.git removed !important from border definition of the sideblock calender to be able to style it in the theme --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 790572eecf..1188dba404 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -408,7 +408,7 @@ table.minicalendar { #calendar .today, .minicalendar .today { - border-color:#444444 !important; + border-color:#444444; } .cal_popup_fg { diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 676cf208e1..76adc965b1 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -791,7 +791,7 @@ table.minicalendar th { #calendar .today, .minicalendar .today { - border:2px solid !important; + border:2px solid; } .cal_popup_bg {