diff options
-rw-r--r-- | CREDITS | 3 | ||||
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -110,5 +110,8 @@ other fixes. Charles A Beasley <cbeasley@noment.net> contributed quota editing for the Infostreet export. +Richard Siddall <richard.siddall@elirion.net> sent in Mason fixes and other +things I'm probably forgetting. + Everything else is my (Ivan Kohler <ivan@420.am>) fault. diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index e820143aa..af2babcba 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -20,7 +20,7 @@ print <<END; .package TH { font-size: medium } .package TR { font-size: smaller } .package .pkgnum { font-size: medium } -.package .provision { font-size: larger; color: red; font-weight: bold } +.package .provision { font-size: larger; font-weight: bold } </STYLE> END |