summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 03d92d980..eb0b53ae6 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -151,9 +151,6 @@ function theme_page($content, $title = NULL, $breadcrumb = NULL) {
$output .= "<head>";
$output .= " <title>". (drupal_get_title() ? drupal_get_title() : variable_get('site_name', "drupal")) ."</title>";
$output .= drupal_get_html_head();
- $output .= " <style type=\"text/css\" media=\"all\">";
- $output .= " @import url(misc/drupal.css);";
- $output .= " </style>";
$output .= " </head>";
$output .= " <body style=\"background-color: #fff; color: #000;\"". theme("onload_attribute"). "\">";