You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2008/01/25 16:58:21 UTC

svn commit: r615253 - /forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Author: ferdinand
Date: Fri Jan 25 07:58:21 2008
New Revision: 615253

URL: http://svn.apache.org/viewvc?rev=615253&view=rev
Log:
Minor changes to typesetting of headings (font changed to sans-serif) and padding of box.

Modified:
    forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Modified: forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=615253&r1=615252&r2=615253&view=diff
==============================================================================
--- forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
+++ forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Fri Jan 25 07:58:21 2008
@@ -508,7 +508,7 @@
             name="heading-type"
             select="//skinconfig/headings/@type" />
         <fo:block
-            font-family="serif"
+            font-family="sans-serif"
             font-size="{$size}pt"
             font-weight="bold"
             space-before="12pt"
@@ -523,9 +523,9 @@
                         select="$heading-color" />
                 </xsl:attribute>
                 <xsl:attribute
-                    name="padding-left"> 3pt </xsl:attribute>
+                    name="padding-left">3pt</xsl:attribute>
                 <xsl:attribute
-                    name="padding-top"> 2pt </xsl:attribute>
+                    name="padding-top">4pt</xsl:attribute>
             </xsl:if>
             <xsl:attribute
                 name="id">



Re: svn commit: r615253 - /forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Posted by Ferdinand Soethe <fe...@apache.org>.
I agree. Will check the sizing if headings and text in 
general before I change that.

Best regards,
Ferdinand Soethe

Johannes Schaefer wrote:
> I would choose a smaller font size for sans headings
> they look too big now, IMHO.
> Johannes
> 
> 
> ferdinand@apache.org schrieb:
>> Author: ferdinand
>> Date: Fri Jan 25 07:58:21 2008
>> New Revision: 615253
>>
>> URL: http://svn.apache.org/viewvc?rev=615253&view=rev
>> Log:
>> Minor changes to typesetting of headings (font changed to sans-serif) 
>> and padding of box.
>>
>> Modified:
>>     
>> forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl 
>>
>>
>> Modified: 
>> forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl 
>>
>> URL: 
>> http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=615253&r1=615252&r2=615253&view=diff 
>>
>> ============================================================================== 
>>
>> --- 
>> forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl 
>> (original)
>> +++ 
>> forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl 
>> Fri Jan 25 07:58:21 2008
>> @@ -508,7 +508,7 @@
>>              name="heading-type"
>>              select="//skinconfig/headings/@type" />
>>          <fo:block
>> -            font-family="serif"
>> +            font-family="sans-serif"
>>              font-size="{$size}pt"
>>              font-weight="bold"
>>              space-before="12pt"
>> @@ -523,9 +523,9 @@
>>                          select="$heading-color" />
>>                  </xsl:attribute>
>>                  <xsl:attribute
>> -                    name="padding-left"> 3pt </xsl:attribute>
>> +                    name="padding-left">3pt</xsl:attribute>
>>                  <xsl:attribute
>> -                    name="padding-top"> 2pt </xsl:attribute>
>> +                    name="padding-top">4pt</xsl:attribute>
>>              </xsl:if>
>>              <xsl:attribute
>>                  name="id">
>>
>>
>>
> 


Re: svn commit: r615253 - /forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Posted by Johannes Schaefer <jo...@uidesign.de>.
I would choose a smaller font size for sans headings
they look too big now, IMHO.
Johannes


ferdinand@apache.org schrieb:
> Author: ferdinand
> Date: Fri Jan 25 07:58:21 2008
> New Revision: 615253
> 
> URL: http://svn.apache.org/viewvc?rev=615253&view=rev
> Log:
> Minor changes to typesetting of headings (font changed to sans-serif) and padding of box.
> 
> Modified:
>     forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
> 
> Modified: forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
> URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=615253&r1=615252&r2=615253&view=diff
> ==============================================================================
> --- forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
> +++ forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Fri Jan 25 07:58:21 2008
> @@ -508,7 +508,7 @@
>              name="heading-type"
>              select="//skinconfig/headings/@type" />
>          <fo:block
> -            font-family="serif"
> +            font-family="sans-serif"
>              font-size="{$size}pt"
>              font-weight="bold"
>              space-before="12pt"
> @@ -523,9 +523,9 @@
>                          select="$heading-color" />
>                  </xsl:attribute>
>                  <xsl:attribute
> -                    name="padding-left"> 3pt </xsl:attribute>
> +                    name="padding-left">3pt</xsl:attribute>
>                  <xsl:attribute
> -                    name="padding-top"> 2pt </xsl:attribute>
> +                    name="padding-top">4pt</xsl:attribute>
>              </xsl:if>
>              <xsl:attribute
>                  name="id">
> 
> 
> 

-- 
User Interface Design GmbH, Ludwigsburg, Germany
Phone/Fax  +49 7141 37700-46/-99, Mobile +49 170 4914567
E-mail johannes.schaefer@uidesign.de * www.uidesign.de

Offices:
Martin-Luther-Straße 57-59, D-71636 Ludwigsburg
Truderinger Strasse 330, D-81825 Muenchen
Friedrichsring 46, D-68161 Mannheim

Legal information according to EHUG:
User Interface Design GmbH; Managing Directors: Dr. Claus Goerner,
Franz Koller; Head office: Ludwigsburg; Commercial register of the
local court of Stuttgart, Germany, HRB 205519