From 4ffdd6dfe6348d647fd96cc5e83950276cab3237 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 27 Aug 2006 07:44:55 +0000 Subject: - Patch #80717 by jeff/ma3vrck: clean up admin css. --- modules/system/system.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index cadf534b9..045d09b5e 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1602,7 +1602,7 @@ function theme_admin_page($blocks) { $output .= ''; foreach ($container as $id => $data) { - $output .= '
'; + $output .= '
'; $output .= $data; $output .= '
'; } @@ -1625,14 +1625,14 @@ function theme_admin_block($block) { } $output = <<< EOT -
-
+
+

$block[title] -

+
-
+

$block[description] -

+

$block[content]
-- cgit v1.2.3