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/08/22 09:39:06 UTC

svn commit: r1375915 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

Author: olamy
Date: Wed Aug 22 07:39:06 2012
New Revision: 1375915

URL: http://svn.apache.org/viewvc?rev=1375915&view=rev
Log:
document new custom element: topBarContainerStyle and navBarStyle.

Modified:
    maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1375915&r1=1375914&r2=1375915&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Wed Aug 22 07:39:06 2012
@@ -106,6 +106,41 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
+** TopBarContainerStyle
+
+  You can configure the style attribute value of the div container for your topbar
+
++-----+
+<project name="xxx">
+  [...]
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <topBarContainerStyle>width: 90%;</topBarContainerStyle>
+    </fluidoSkin>
+  </custom>
+  [...]
+</project>
++-----+
+
+** NavBarStyle
+
+  You can configure style of your top bar nav (since bootstrap 2.1.0 is not anymore black by default).
+  Use navbar-inverse to have the black one.
+
++-----+
+<project name="xxx">
+  [...]
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <navBarStyle>navbar-inverse</navBarStyle>
+    </fluidoSkin>
+  </custom>
+  [...]
+</project>
++-----+
+
 ** GoogleSearch
 
  Users can optionally enable the <<Google Search>> for the generated site, requirements are: