From 8bd44903c365f1436774fddf0dbe8716dcc46bb2 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Fri, 21 Nov 2014 16:15:39 +0100
Subject: [PATCH] added some costum styling

---
 src/site/site.xml | 43 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index e3410fc7..ed1bfc5d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -5,9 +5,46 @@
     <version>1.1.1</version>
   </skin>
   <body>
-    <breadcrumbs>
-    </breadcrumbs>
     <menu ref="modules"/>
-    <menu ref="reports" inherit="bottom"/>
+    <menu ref="reports"/>
   </body>
+  <custom>
+    <reflowSkin>
+      <theme>bootswatch-spacelab</theme>
+      <highlightJs>true</highlightJs>
+      <brand>
+        <name>TeeTime</name>
+        <href>https://sourceforge.net/projects/teetime/</href>
+      </brand>
+      <slogan>Make analysis clever and faster.</slogan>
+      <titleTemplate>%2$s | %1$s</titleTemplate>
+      <toc>top</toc>
+      <topNav>Download|reports</topNav>
+      <bottomNav>
+        <column>Main|Download</column>
+        <column>Documentation</column>
+        <column>reports|modules</column>
+      </bottomNav>
+      <bottomDescription>
+        This is a very good project doing interesting and valuable things.
+      </bottomDescription>
+      <pages>
+        <index project="project-id">
+          <shortTitle>Welcome</shortTitle>
+          <breadcrumbs>false</breadcrumbs>
+          <toc>false</toc>
+          <sections>
+            <carousel />
+            <body />
+            <sidebar />
+            <thumbs>2</thumbs>
+            <columns>3</columns>
+          </sections>
+        </index>
+        <developer-info>
+          <toc>sidebar</toc>
+        </developer-info>
+      </pages>
+    </reflowSkin>
+  </custom>
 </project>
\ No newline at end of file
-- 
GitLab