diff options
author | ivan <ivan> | 2003-05-11 22:34:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-11 22:34:05 +0000 |
commit | 42a4396bcfe9d7b9748ff5fac7f1fffa32a25d47 (patch) | |
tree | a0e9c14042783e0ca5e88cf2d82cb08176b56db6 | |
parent | 24426a8b0d8e42dd5d00115cd84bd5d786fc58c3 (diff) |
red here is too confusing
-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 |