summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-23 16:41:19 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-23 16:41:19 +0000
commitf2ce877d43ce72173a8eaaee5ec76640fe2ab6c5 (patch)
tree471c3df085e6ce44830ece1bf0239026bb4f0f37 /misc
parent7b7ab29a22099da05c6e287847561194f9762981 (diff)
downloadbrdo-f2ce877d43ce72173a8eaaee5ec76640fe2ab6c5.tar.gz
brdo-f2ce877d43ce72173a8eaaee5ec76640fe2ab6c5.tar.bz2
- Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS.
Diffstat (limited to 'misc')
-rw-r--r--misc/maintenance.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/maintenance.tpl.php b/misc/maintenance.tpl.php
index b04189a23..bd1856041 100644
--- a/misc/maintenance.tpl.php
+++ b/misc/maintenance.tpl.php
@@ -8,9 +8,9 @@
<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?>
- <style type="text/css" media="all">@import "<?php print $path_to_theme ?>/style.css";</style>
+ <link type="text/css" rel="stylesheet" media="all" href="<?php print $path_to_theme ?>/style.css" />
<!--[if lt IE 7]>
- <style type="text/css" media="all">@import "<?php print $path_to_theme ?>/fix-ie.css";</style>
+ <link type="text/css" rel="stylesheet" media="all" href="<?php print $path_to_theme ?>/fix-ie.css" />
<![endif]-->
</head>
<body class="<?php