Author: hboutemy
Date: Sat May 23 16:43:05 2015
New Revision: 1681367

URL: http://svn.apache.org/r1681367
Log:
updated r1346698 hack to match new Fluido skin css and js

Modified:
    maven/site/trunk/content/xdoc/errors/404.xml

Modified: maven/site/trunk/content/xdoc/errors/404.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/errors/404.xml?rev=1681367&r1=1681366&r2=1681367&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/errors/404.xml (original)
+++ maven/site/trunk/content/xdoc/errors/404.xml Sat May 23 16:43:05 2015
@@ -32,9 +32,10 @@ under the License.
     <title>Page Not Found</title>
     <base href="http://maven.apache.org/errors"; />
     <!-- need to import styles by hand since the generated html has them 
relative and before the base tag -->
-    <link rel="stylesheet" href="http://maven.apache.org/css/maven-base.css"; 
type="text/css" />
-    <link rel="stylesheet" href="http://maven.apache.org/css/maven-theme.css"; 
type="text/css" />
-    <link rel="stylesheet" href="http://maven.apache.org/css/site.css"; 
type="text/css" />
+    <link rel="stylesheet" 
href="http://maven.apache.org/css/apache-maven-fluido-1.4.min.css"; />
+    <link rel="stylesheet" href="http://maven.apache.org/css/site.css"; />
+    <link rel="stylesheet" href="http://maven.apache.org/css/print.css"; 
media="print" />
+    <script type="text/javascript" 
src="http://maven.apache.org/js/apache-maven-fluido-1.4.min.js"; />
   </head>
 
   <body>


Reply via email to