[maven-release-plugin] copy for tag maven-fluido-skin-1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/skins/tags/maven-fluido-skin-1.4@1677468 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index 28c201a..2f7d0ca 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -735,7 +735,7 @@
 
     #set( $frameWidth = 'width:48px; height:63px' )
     #if( !$sideBarEnabled )
-      #set( $frameWidth = 'width:80px; height:20px' )
+      #set( $frameWidth = 'width:100px; height:20px' )
     #end
 
     <iframe src="https://www.facebook.com/plugins/like.php?href=$project.url&send=false&layout=$layout&show-faces=false&action=like&colorscheme=$colorscheme"
@@ -1108,7 +1108,7 @@
       </div>
 
       #if ( $sideBarEnabled )
-      #set ($leftColumnClass="span3")
+      #set ($leftColumnClass="span2")
       #if ( $decoration.custom && $decoration.custom.getChild('fluidoSkin')
         && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'leftColumnClass' ) )
         #set ( $leftColumnClass = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'leftColumnClass' ).getValue() )
@@ -1141,7 +1141,7 @@
         </div>
         #end
 
-        #set ($bodyColumnClass="span9")
+        #set ($bodyColumnClass="span10")
         #if ( $decoration.custom && $decoration.custom.getChild('fluidoSkin')
           && $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ) )
           #set ( $bodyColumnClass = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ).getValue() )
diff --git a/src/main/resources/css/maven-base.css b/src/main/resources/css/maven-base.css
index a4a32e7..b6da609 100644
--- a/src/main/resources/css/maven-base.css
+++ b/src/main/resources/css/maven-base.css
@@ -24,20 +24,3 @@
 .section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;}
 #ohloh {margin-bottom: 10px;}
 #poweredBy{text-align: center}
-
-.span3 {
-  width: 180px;
-}
-.row-fluid .span9 {
-  width: 82.46808510638297%;
-  *width: 82.41489361702126%;
-}
-.row-fluid .span3 {
-  width: 15.404255319148934%;
-  *width: 15.351063829787233%;
-}
-.container-fluid {
-  padding-right: 20px;
-  padding-left: 8px;
-  *zoom: 1;
-}