]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15519 sorry I'm an idiot, that should have been H3 not H2
authorsam_marshall <sam_marshall>
Mon, 14 Jul 2008 11:20:07 +0000 (11:20 +0000)
committersam_marshall <sam_marshall>
Mon, 14 Jul 2008 11:20:07 +0000 (11:20 +0000)
calendar/lib.php
theme/standard/styles_fonts.css

index d8386a9d51ca239d881ad91d57a0acae8edd142f..0381fb5b5469530eb714e5edb55fa3ac46f3e780 100644 (file)
@@ -744,7 +744,7 @@ function calendar_top_controls($type, $data) {
             $content .= '<div style="text-align: center;"><a href="'.CALENDAR_URL.'view.php?view=upcoming"'.$courseid.'>'.userdate($time, get_string('strftimemonthyear'))."</a></div>\n";
         break;
         case 'display':
-            $content .= '<h2><a href="'.calendar_get_link_href(CALENDAR_URL.'view.php?view=month'.$courseid.'&amp;', 1, $data['m'], $data['y']).'">'.userdate($time, get_string('strftimemonthyear'))."</a></h2>\n";
+            $content .= '<h3><a href="'.calendar_get_link_href(CALENDAR_URL.'view.php?view=month'.$courseid.'&amp;', 1, $data['m'], $data['y']).'">'.userdate($time, get_string('strftimemonthyear'))."</a></h3>\n";
         break;
         case 'month':
             list($prevmonth, $prevyear) = calendar_sub_month($data['m'], $data['y']);
index 7c22133b8405d29ab9a0765d2ccde77f475f4519..dc1e6f0967231d635edc3be3ad62d01848f02f63 100644 (file)
@@ -457,7 +457,7 @@ a.skip-block {
   margin:0;
 }
 
-#calendar .minicalendarblock h2 {
+#calendar .minicalendarblock h3 {
   font-size:1.0em;
   margin:0;
   font-weight:normal;