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/10/10 14:24:52 UTC

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

Author: simonetripodi
Date: Mon Oct 10 12:24:51 2011
New Revision: 1180917

URL: http://svn.apache.org/viewvc?rev=1180917&view=rev
Log:
just linked bootstrap and prettify inside the template

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=1180917&r1=1180916&r2=1180917&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 Oct 10 12:24:51 2011
@@ -466,12 +466,9 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
     <title>$title</title>
-    <style type="text/css" media="all">
-      @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/print.css" type="text/css" media="print" />
+    <link rel="stylesheet" href="$relativePath/css/bootstrap-1.3.0.min.css">
+    <link rel="stylesheet" href="$relativePath/css/prettify.css" type="text/css" media="all" />
+    <script type="text/javascript" src="$relativePath/js/prettify.js"></script>
 #foreach( $author in $authors )
       <meta name="author" content="$author" />
 #end