[Xfce4-commits] <wiki:master> Import does not work in the css.

Nick Schermer noreply at xfce.org
Fri Dec 17 16:38:01 CET 2010


Updating branch refs/heads/master
         to c61addfbaf59e4e80bc1843cea5a722661f11c04 (commit)
       from f7e158257bfcaa175ba22aa106581db838704e8b (commit)

commit c61addfbaf59e4e80bc1843cea5a722661f11c04
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Dec 17 16:36:13 2010 +0100

    Import does not work in the css.

 lib/tpl/xfce/design.css |    3 ---
 lib/tpl/xfce/main.php   |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/lib/tpl/xfce/design.css b/lib/tpl/xfce/design.css
index 4a7c173..b24b6bd 100644
--- a/lib/tpl/xfce/design.css
+++ b/lib/tpl/xfce/design.css
@@ -8,9 +8,6 @@
 
 /* -------------- general elements --------------- */
 
-/* shared css for xfce-header.html */
- at import url('http://www-test.xfce.org/style/header.css');
-
 * { padding: 0; margin: 0; }
 
 body {
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index dbec82b..b2026a5 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -34,7 +34,7 @@ function __tpl_flush(){
   <?php tpl_metaheaders()?>
 
   <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.png" />
-
+  <link rel="stylesheet" media="screen" type="text/css" href="http://www-test.xfce.org/style/header.css" />
 </head>
 
 <body>



More information about the Xfce4-commits mailing list