Remove duplicate custom/skin setting (since Turbone Parent 10
diff --git a/src/site/site.xml b/src/site/site.xml
index f2ea251..8ff064c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,23 +21,12 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
   name="Fulcrum Crypto">
-  
-   <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
+>
   
   <body>
     <menu name="Overview">
       <item name="About"             href="/index.html"/>
     </menu>  
   </body>
-  
-   <custom>
-      <fluidoSkin>
-        <topBarEnabled>false</topBarEnabled>
-        <sideBarEnabled>true</sideBarEnabled>
-      </fluidoSkin>
-  </custom> 
+   
 </project>