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/27 09:28:38 UTC

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

Author: olamy
Date: Mon Aug 27 07:28:38 2012
New Revision: 1377590

URL: http://svn.apache.org/viewvc?rev=1377590&view=rev
Log:
[MSKINS-66] sidebar and content class configurable
add documentation.

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=1377590&r1=1377589&r2=1377590&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 Mon Aug 27 07:28:38 2012
@@ -141,6 +141,25 @@ Welcome to ${project.name}!
 </project>
 +-----+
 
+** Configuring column class
+
+  When using sidebar, the left column used by default span3 class and body column use span9.
+  To prevent weird/ugly result, the sum must be 12.
+  You can change that using:
+
++-----+
+<project name="xxx">
+  [...]
+  <custom>
+    <fluidoSkin>
+      <leftColumnClass>span2</leftColumnClass>
+      <bodyColumnClass>span10</bodyColumnClass>
+    </fluidoSkin>
+  </custom>
+  [...]
+</project>
++-----+
+
 ** GoogleSearch
 
  Users can optionally enable the <<Google Search>> for the generated site, requirements are: