Author: simonetripodi
Date: Mon Nov 14 13:47:06 2011
New Revision: 1201702

URL: http://svn.apache.org/viewvc?rev=1201702&view=rev
Log:
restored the default css importing policy
restored the missing site.css for extension points

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=1201702&r1=1201701&r2=1201702&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 13:47:06 2011
@@ -507,7 +507,12 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; 
charset=${outputEncoding}" />
     <title>$title</title>
-    <link rel="stylesheet" href="$relativePath/css/bootstrap-1.3.0.min.css" />
+    <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>
     #if ( $decoration.custom.getChild( 'fluidoSkin' )
               && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 
'topBarEnabled' )
               && 'true' == $decoration.custom.getChild( 'fluidoSkin' 
).getChild( 'topBarEnabled' ).getValue() )
@@ -516,8 +521,6 @@
     #else
     <style>body{padding-top: 20px;}</style>
     #end
-    <link rel="stylesheet" href="$relativePath/css/maven-base.css" />
-    <link rel="stylesheet" href="$relativePath/css/maven-theme.css" />
 
     #if ( $decoration.body.head )
       #foreach( $item in $decoration.body.head.getChildren() )


Reply via email to