You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/05/04 22:01:20 UTC

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

Author: michaelo
Date: Mon May  4 20:01:20 2015
New Revision: 1677666

URL: http://svn.apache.org/r1677666
Log:
[MSKINS-113] Update of the description accordingly to MSKINS-110

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=1677666&r1=1677665&r2=1677666&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 May  4 20:01:20 2015
@@ -143,8 +143,8 @@ Welcome to ${project.name}!
 
 ** 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.
+  When using sidebar, the navigation column uses by default <<<span2>>> class and body column uses
+  <<<span10>>>. To prevent weird/ugly result, the sum must be 12.
   You can change that using:
 
 +-----+
@@ -152,8 +152,8 @@ Welcome to ${project.name}!
   [...]
   <custom>
     <fluidoSkin>
-      <leftColumnClass>span2</leftColumnClass>
-      <bodyColumnClass>span10</bodyColumnClass>
+      <leftColumnClass>span3</leftColumnClass>
+      <bodyColumnClass>span9</bodyColumnClass>
     </fluidoSkin>
   </custom>
   [...]