lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master cba55c8: Fix typo in font specification in re


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cba55c8: Fix typo in font specification in reg_d_group stylesheet
Date: Fri, 16 Jun 2017 14:48:23 -0400 (EDT)

branch: master
commit cba55c8b6735109733895909017026d10f92964f
Author: Vadim Zeitlin <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix typo in font specification in reg_d_group stylesheet
    
    "serif" is the font family, and can't be specified as part of the font
    size.
---
 reg_d_group.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reg_d_group.xsl b/reg_d_group.xsl
index 7fd1970..3c8f64e 100644
--- a/reg_d_group.xsl
+++ b/reg_d_group.xsl
@@ -820,7 +820,7 @@
     <xsl:variable name="columns" 
select="$illustration_assumption_columns[not(@composite) or 
(boolean(@composite='1')=$is_composite)]"/>
 
     <fo:flow flow-name="xsl-region-body">
-      <fo:block font-size="9pt serif">
+      <fo:block font-size="9pt" font-family="serif">
         <fo:table table-layout="fixed" width="100%">
           <xsl:call-template name="generate-table-columns">
             <xsl:with-param name="columns" select="$columns"/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]