[svn r2298] r2544@freebird: fabien | 2008-03-12 01:34:15 -0400 styles
authorfabien
Sun, 16 Mar 2008 23:44:46 -0400
branchstyles
changeset 8 8138139b1aa9
parent 7 c169cc563fe2
child 9 5ad30cb766bc
child 17 f1b3bd39d387
[svn r2298] r2544@freebird: fabien | 2008-03-12 01:34:15 -0400 Retrait des stages et ajustements subséquents.
cv_print.xsl
--- a/cv_print.xsl	Sun Jun 17 19:49:07 2007 -0400
+++ b/cv_print.xsl	Sun Mar 16 23:44:46 2008 -0400
@@ -24,7 +24,7 @@
 
 <xsl:param name="cv-uri"/>
 <xsl:param name="date"/>
-<xsl:attribute-set name="section-title-font" xsl:use-attribute-sets="verylarge-title-font">
+<xsl:attribute-set name="section-title-font" use-attribute-sets="verylarge-title-font">
   <xsl:attribute name="font-size">12pt</xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
   <xsl:attribute name="space-after">6pt</xsl:attribute>
@@ -70,12 +70,12 @@
 </xsl:attribute-set>
 
 <xsl:attribute-set name="section-block">
-  <xsl:attribute name="keep-together.within-page">always</xsl:attribute>
+  <!-- <xsl:attribute name="keep-together.within-page">always</xsl:attribute>-->
   <!-- <xsl:attribute name="break-inside">avoid</xsl:attribute> -->
   <!-- <xsl:attribute name="border-before-style">solid</xsl:attribute> -->
   <!-- <xsl:attribute name="border-after-style">solid</xsl:attribute> -->
   <!-- <xsl:attribute name="padding-before">5mm</xsl:attribute> -->
-  <xsl:attribute name="space-before">20pt</xsl:attribute>
+  <xsl:attribute name="space-before">14pt</xsl:attribute>
   <xsl:attribute name="space-before.conditionality">discard</xsl:attribute>
 </xsl:attribute-set>
 <!-- cv -->
@@ -213,6 +213,7 @@
           </block>
           <xsl:apply-templates select="work[not(@role='stage')]"/>
         </block>
+	<!--
 	<block xsl:use-attribute-sets="section-block">
           <block xsl:use-attribute-sets="section-title-font">
             <xsl:call-template name="gentext">
@@ -221,6 +222,7 @@
           </block>
           <xsl:apply-templates select="work[@role='stage']" mode="short"/>
         </block>
+	-->
         <block visibility="hidden" id="xsl_cv_the_end"/>
       </flow>
     </page-sequence>