diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-28 23:21:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-28 23:21:31 +0000 |
commit | be431bd983e531417fccc7d162d447543cd9c3f7 (patch) | |
tree | 1c2a23e55821d0926d32eb0e62df58ebe946a2dc | |
parent | 991914e699cb447bfb2d11f675ef24224a12df37 (diff) | |
download | brdo-be431bd983e531417fccc7d162d447543cd9c3f7.tar.gz brdo-be431bd983e531417fccc7d162d447543cd9c3f7.tar.bz2 |
- Small fix; still using a single CSS file - seems to work reasonbly well
with Netscape.
-rw-r--r-- | admin.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |