press-release fdp-pr.xsl,1.10,1.11

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Mar 17 00:45:14 UTC 2006


Author: jtr

Update of /cvs/docs/press-release
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14027

Modified Files:
	fdp-pr.xsl 
Log Message:
Solved: text overlap problem in header (FEDORA PROJECT / PRESS RELEASE)



Index: fdp-pr.xsl
===================================================================
RCS file: /cvs/docs/press-release/fdp-pr.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fdp-pr.xsl	16 Mar 2006 20:53:15 -0000	1.10
+++ fdp-pr.xsl	17 Mar 2006 00:45:06 -0000	1.11
@@ -35,21 +35,35 @@
       <fo:page-sequence master-reference="PressRelease">
         <fo:static-content flow-name="xsl-region-before" font-family="{$fonts}" font-size="{$font.size.header}" margin-left="0.3in" margin-right="1in">
           <fo:table border-collapse="separate" table-layout="fixed" width="100%">
-            <fo:table-column column-number="1" column-width="40%"/>
-            <fo:table-column column-number="2" column-width="60%"/>
+            <fo:table-column column-number="1" column-width="50%"/>
+            <fo:table-column column-number="2" column-width="50%"/>
             <fo:table-body>
               <fo:table-row>
-                <fo:table-cell text-align="left">
+                <fo:table-cell text-align="left" width="100%">
                   <fo:block>
                     <xsl:value-of select="/fdp-pr/@embargo"/>
                   </fo:block>
                 </fo:table-cell>
-                <fo:table-cell text-align="right">
-                  <fo:block>
-                      <xsl:value-of select="/fdp-pr/@org"/>
-                      <xsl:text> </xsl:text>
-                      <xsl:value-of select="/fdp-pr/@kind"/>
-                  </fo:block>
+                <fo:table-cell text-align="right" width="100%">
+                  <fo:table border-collapse="separate" table-layout="fixed" width="100%">
+                    <fo:table-column column-number="1" column-width="100%"/>
+                    <fo:table-body>
+                      <fo:table-row>
+                        <fo:table-cell text-align="right">
+                          <fo:block>
+                            <xsl:value-of select="/fdp-pr/@org"/>
+                          </fo:block>
+                        </fo:table-cell>
+                      </fo:table-row>
+                      <fo:table-row>
+                        <fo:table-cell text-align="right">
+                          <fo:block>
+                            <xsl:value-of select="/fdp-pr/@kind"/>
+                          </fo:block>
+                        </fo:table-cell>
+                      </fo:table-row>
+                    </fo:table-body>
+                  </fo:table>
                 </fo:table-cell>
               </fo:table-row>
             </fo:table-body>




More information about the Fedora-docs-commits mailing list