- Small fix; still using a single CSS file - seems to work reasonbly well

with Netscape.
4.2.x
Dries Buytaert 2002-12-28 23:21:31 +00:00
parent 991914e699
commit be431bd983
1 changed files with 1 additions and 2 deletions

View File

@ -17,9 +17,8 @@ function admin_page($mod) {
<html>
<head>
<title><?php echo variable_get("site_name", "drupal") . " " . t("administration pages"); ?></title>
<link rel="stylesheet" type="text/css" title="text" media="screen" href="misc/admin.css" />
<style type="text/css" title="layout" media="Screen">
@import url("misc/admin-layout.css");
@import url("misc/admin.css");
</style>
</head>
<body>