From 0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 9 Sep 2010 15:47:03 +0000 Subject: #874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0). --- includes/theme.maintenance.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/theme.maintenance.inc') 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'); } -- cgit v1.2.3