summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-07 07:41:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-07 07:41:46 +0000
commit1407c81632b6279c550a07f8f1b08120f19f344d (patch)
tree1a531ac353b090ec2487acd2e7e5692773fbbfe8 /includes/theme.maintenance.inc
parent2aed502f93be8ce40a90f31759a8619389d96959 (diff)
downloadbrdo-1407c81632b6279c550a07f8f1b08120f19f344d.tar.gz
brdo-1407c81632b6279c550a07f8f1b08120f19f344d.tar.bz2
#592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets from system.module and separate presentational and behavior-supporting styles.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
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');