You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/14 21:05:07 UTC

svn commit: r1201860 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

Author: simonetripodi
Date: Mon Nov 14 20:05:06 2011
New Revision: 1201860

URL: http://svn.apache.org/viewvc?rev=1201860&view=rev
Log:
fixed the "Don't use import" issue

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1201860&r1=1201859&r2=1201860&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Mon Nov 14 20:05:06 2011
@@ -507,12 +507,10 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
     <title>$title</title>
-    <style type="text/css" media="all">
-      @import url("$relativePath/css/bootstrap-1.3.0.min.css");
-      @import url("$relativePath/css/maven-base.css");
-      @import url("$relativePath/css/maven-theme.css");
-      @import url("$relativePath/css/site.css");
-    </style>
+    <link rel="stylesheet" href="$relativePath/css/bootstrap-1.3.0.min.css" />
+    <link rel="stylesheet" href="$relativePath/css/maven-base.css" />
+    <link rel="stylesheet" href="$relativePath/css/maven-theme.css" />
+    <link rel="stylesheet" href="$relativePath/css/site.css" />
     #if ( $decoration.custom.getChild( 'fluidoSkin' )
               && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' )
               && 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'topBarEnabled' ).getValue() )