Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.112 diff -u -F^f -r1.112 bootstrap.inc --- includes/bootstrap.inc 12 Aug 2006 11:47:24 -0000 1.112 +++ includes/bootstrap.inc 14 Aug 2006 22:03:24 -0000 @@ -712,5 +712,7 @@ function drupal_maintenance_theme() { require_once './includes/common.inc'; require_once './includes/unicode.inc'; unicode_check(); + drupal_add_css(drupal_get_path('module', 'system') .'/defaults.css', 'core'); + drupal_add_css(drupal_get_path('module', 'system') .'/system.css', 'core'); $theme = ''; }