lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 377c5a9 1/4: Use a more subdued color for box


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 377c5a9 1/4: Use a more subdued color for boxes and lines
Date: Tue, 18 Jul 2017 10:45:40 -0400 (EDT)

branch: master
commit 377c5a9b515a1abc03d9918b6eb27d704cebc2ba
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Use a more subdued color for boxes and lines
    
    File 'variable_annuity.xsl' uses the same original color; it was left
    unchanged because it will soon be expunged.
---
 fo_common.xsl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fo_common.xsl b/fo_common.xsl
index e396734..5681502 100644
--- a/fo_common.xsl
+++ b/fo_common.xsl
@@ -268,7 +268,7 @@
     <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
     <xsl:attribute name="text-align">right</xsl:attribute>
     <xsl:attribute name="border-bottom-style">solid</xsl:attribute>
-    <xsl:attribute name="border-bottom-color">blue</xsl:attribute>
+    <xsl:attribute name="border-bottom-color">#002F6C</xsl:attribute>
   </xsl:template>
   <!--
   Same as 'header-cell', but add a bottom border of 1pt.
@@ -758,7 +758,7 @@
   <xsl:template name="generic-cover">
     <fo:page-sequence master-reference="cover" force-page-count="no-force">
       <fo:flow flow-name="xsl-region-body">
-        <fo:block border="2pt solid blue" font-size="14pt" 
font-family="sans-serif" text-align="center">
+        <fo:block border="2pt solid #002F6C" font-size="14pt" 
font-family="sans-serif" text-align="center">
 
           <fo:block font-size="20pt" font-weight="bold" padding-top="5em">
             <xsl:value-of select="$scalars/PolicyMktgName"/>
@@ -855,7 +855,7 @@
             <xsl:copy-of select="$top-block"/>
           </fo:block>
         </xsl:if>
-        <fo:block padding-top=".5em" border-top-style="solid" 
border-top-width="1pt" border-top-color="blue">
+        <fo:block padding-top=".5em" border-top-style="solid" 
border-top-width="1pt" border-top-color="#002F6C">
           <xsl:if test="$subtop-block">
             <fo:block padding=".5em 0">
               <xsl:copy-of select="$subtop-block"/>



reply via email to

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