From 1407c81632b6279c550a07f8f1b08120f19f344d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 7 Jan 2010 07:41:46 +0000 Subject: #592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets from system.module and separate presentational and behavior-supporting styles. --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 7b48b7f39..daccdb13d 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -70,8 +70,8 @@ function _drupal_maintenance_theme() { // These are usually added from system_init() -except maintenance.css. // When the database is inactive it's not called so we add it here. - drupal_add_css(drupal_get_path('module', 'system') . '/defaults.css'); drupal_add_css(drupal_get_path('module', 'system') . '/system.css'); + drupal_add_css(drupal_get_path('module', 'system') . '/system-behavior.css'); drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css'); drupal_add_css(drupal_get_path('module', 'system') . '/maintenance.css'); drupal_add_css(drupal_get_path('module', 'system') . '/admin.css'); -- cgit v1.2.3