From e2ce18a5150aae85b46cb537ae2b61949dd1249b Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Mon, 14 Jul 2008 11:20:07 +0000 Subject: [PATCH] MDL-15519 sorry I'm an idiot, that should have been H3 not H2 --- calendar/lib.php | 2 +- theme/standard/styles_fonts.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/lib.php b/calendar/lib.php index d8386a9d51..0381fb5b54 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -744,7 +744,7 @@ function calendar_top_controls($type, $data) { $content .= '
'.userdate($time, get_string('strftimemonthyear'))."
\n"; break; case 'display': - $content .= '

'.userdate($time, get_string('strftimemonthyear'))."

\n"; + $content .= '

'.userdate($time, get_string('strftimemonthyear'))."

\n"; break; case 'month': list($prevmonth, $prevyear) = calendar_sub_month($data['m'], $data['y']); diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 7c22133b84..dc1e6f0967 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -457,7 +457,7 @@ a.skip-block { margin:0; } -#calendar .minicalendarblock h2 { +#calendar .minicalendarblock h3 { font-size:1.0em; margin:0; font-weight:normal; -- 2.39.5