Index: themes/garland/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/style.css,v retrieving revision 1.5 diff -u -r1.5 style.css --- themes/garland/style.css 12 Nov 2006 17:25:45 -0000 1.5 +++ themes/garland/style.css 18 Nov 2006 11:33:00 -0000 @@ -456,7 +456,7 @@ padding: 1em; background-color: #fff; border: 1px solid #e0e5fb; - margin-bottom: 2em; + margin-bottom: 1em; } /** @@ -940,3 +940,20 @@ background-color: #dfd; border-color: #beb; } + +#header-region { + padding: 1em; + background-color: #fff; + /* Garland default colors : + border: 1px solid #e0e5fb; + */ + /* A more visible color for header blocks for emergency situations */ + border: 1px solid orange ; + margin-bottom: 1em; +} + +#header-region .block .content { + margin-top: 0; + margin-bottom: 0; + padding: 0em; + } \ No newline at end of file Index: themes/garland/page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v retrieving revision 1.1 diff -u -r1.1 page.tpl.php --- themes/garland/page.tpl.php 29 Oct 2006 13:17:38 -0000 1.1 +++ themes/garland/page.tpl.php 18 Nov 2006 10:56:00 -0000 @@ -62,6 +62,7 @@
'. $mission .'
'; endif; ?> + '. $header .'
'; endif; ?> '; endif; ?> '. $title .''; endif; ?> @@ -89,4 +90,4 @@ - \ No newline at end of file +