lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 418969d 2/2: Align certain headers explicitly


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 418969d 2/2: Align certain headers explicitly
Date: Wed, 26 Sep 2018 14:47:06 -0400 (EDT)

branch: master
commit 418969d832867c0b461648de136e6a63525808c6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Align certain headers explicitly
    
    With default HTML table widths, the right-hand column was too wide.
    Ideally, its width would be the minimum required to prevent wrapping
    of any of its left-aligned cells. Specifying the column widths seems
    to be the best solution, given the limits of HTML.
---
 finra_header_lower.mst       | 4 ++--
 reg_d_group_header_lower.mst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/finra_header_lower.mst b/finra_header_lower.mst
index c503224..d5aa394 100644
--- a/finra_header_lower.mst
+++ b/finra_header_lower.mst
@@ -24,7 +24,7 @@
 
 <table width="100%" cellspacing="0" cellpadding="0" valign="top">
     <tr>
-        <td>
+        <td width="60%">
         {{#Composite}}
             {{CorpNameAbbrev60}}<br>
             Composite<br>
@@ -57,7 +57,7 @@
         {{/Composite}}
         {{>contract_numbers}}
         </td>
-        <td>
+        <td width="40%">
             Assumed Premium Allocation:**<br>
             &nbsp;&nbsp;&nbsp;&nbsp;Separate Account: 
{{GenAcctAllocationComplementPercent}}<br>
             &nbsp;&nbsp;&nbsp;&nbsp;Guaranteed Principal Account (GPA): 
{{GenAcctAllocationPercent}}<br>
diff --git a/reg_d_group_header_lower.mst b/reg_d_group_header_lower.mst
index 7ea50fc..91f2c24 100644
--- a/reg_d_group_header_lower.mst
+++ b/reg_d_group_header_lower.mst
@@ -24,7 +24,7 @@
 
 <table width="100%" cellspacing="0" cellpadding="0" valign="top">
     <tr>
-        <td>
+        <td width="60%">
         {{#Composite}}
             {{CorpNameAbbrev60}}<br>
             Composite<br>
@@ -49,7 +49,7 @@
         {{/HasWP}}
         {{>contract_numbers}}
         </td>
-        <td>
+        <td width="40%">
         Assumed Gross Rate: {{InitAnnSepAcctGrossInt_Current}}
         ({{InitAnnSepAcctNetInt_Current}} Net)*<br>
         Initial



reply via email to

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