mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-15519 sorry I'm an idiot, that should have been H3 not H2
This commit is contained in:
parent
197c4f3b51
commit
e2ce18a515
@ -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.'&', 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.'&', 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']);
|
||||
|
@ -457,7 +457,7 @@ a.skip-block {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#calendar .minicalendarblock h2 {
|
||||
#calendar .minicalendarblock h3 {
|
||||
font-size:1.0em;
|
||||
margin:0;
|
||||
font-weight:normal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user