summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
commit0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca (patch)
tree50bd1835eb637d6cdfc093c0d25b3abdf58673c3 /includes/theme.maintenance.inc
parentb1099651988afe22ee1bb7a21dbc87b70072e9e1 (diff)
downloadbrdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.gz
brdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.bz2
#874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0).
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index 419d300f1..fdd474d94 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -80,6 +80,7 @@ function _drupal_maintenance_theme() {
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') . '/system-messages.css');
drupal_add_css(drupal_get_path('module', 'system') . '/maintenance.css');
drupal_add_css(drupal_get_path('module', 'system') . '/admin.css');
}