You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/04 00:31:48 UTC

[1/4] git commit: use topbar mode

Updated Branches:
  refs/heads/master f73475c44 -> 5b1dc71ef


use topbar mode


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/5b1dc71e
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/5b1dc71e
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/5b1dc71e

Branch: refs/heads/master
Commit: 5b1dc71ef0153bafe0b3af0d689f69992eac835e
Parents: fb98ac7
Author: olivier lamy <ol...@apache.org>
Authored: Thu Oct 4 00:31:37 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Oct 4 00:31:37 2012 +0200

----------------------------------------------------------------------
 src/site/site.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/5b1dc71e/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index a1ef49c..1e18a75 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -39,6 +39,19 @@ under the License.
     <version>1.3.0</version>
   </skin>
 
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+      <leftColumnClass>span2</leftColumnClass>
+      <bodyColumnClass>span10</bodyColumnClass>
+      <googleSearch>
+        <sitesearch>${project.url}</sitesearch>
+      </googleSearch>
+    </fluidoSkin>
+
+  </custom>
+
   <body>
     <breadcrumbs>
       <item name="Wagon" href="http://maven.apache.org/wagon/index.html" />