3.x UI consistence
[freeside.git] / httemplate / view / cust_main / billing.html
index 01e7654..0a79ee5 100644 (file)
@@ -78,8 +78,8 @@
 %     }
    
       <TR>
-        <TH ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TH>
-        <TD><% $money_char. sprintf('%.2f', $amount) %></TD>
+        <TD ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TD>
+        <TD BGCOLOR="#ffffff"><% $money_char. sprintf('%.2f', $amount) %></TD>
         </TD>
       </TR>
 %   }