- Small fix; still using a single CSS file - seems to work reasonbly well
with Netscape.4.2.x
parent
991914e699
commit
be431bd983
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue