Index: theme/standard/styles_fonts.css =================================================================== RCS file: /globalcvs/ou-moodle/theme/standard/styles_fonts.css,v retrieving revision 1.30 diff -u -r1.30 styles_fonts.css --- theme/standard/styles_fonts.css 18 Mar 2008 19:00:25 -0000 1.30 +++ theme/standard/styles_fonts.css 8 Apr 2008 12:47:28 -0000 @@ -123,6 +123,14 @@ font-weight:bold; } +.heading-with-help { + font-size:1.4em; +} + +.heading-with-help h2 { + font-size:1em; +} + .helplink { font-size:0.8em; } Index: theme/standard/styles_layout.css =================================================================== RCS file: /globalcvs/ou-moodle/theme/standard/styles_layout.css,v retrieving revision 1.70 diff -u -r1.70 styles_layout.css --- theme/standard/styles_layout.css 19 Mar 2008 13:26:45 -0000 1.70 +++ theme/standard/styles_layout.css 8 Apr 2008 12:47:28 -0000 @@ -387,6 +387,16 @@ vertical-align: top; } +.heading-with-help { + text-align:center; + margin:0.83em 0; +} + +.heading-with-help h2 { + margin:0; + display:inline; +} + .helplink img { vertical-align: middle; margin: 0 2px; Index: lib/weblib.php =================================================================== RCS file: /globalcvs/ou-moodle/lib/weblib.php,v retrieving revision 1.148 diff -u -r1.148 weblib.php --- lib/weblib.php 18 Mar 2008 15:32:58 -0000 1.148 +++ lib/weblib.php 8 Apr 2008 12:47:28 -0000 @@ -4118,11 +4118,11 @@ * @param string $icon Image to display if needed */ function print_heading_with_help($text, $helppage, $module='moodle', $icon='', $return=false) { - $output = ''; - $output .= '