summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2005-09-25 08:20:21 +0000
committerivan <ivan>2005-09-25 08:20:21 +0000
commit2d47f0f566b7e7afc30c050ec65fd9737194614d (patch)
tree4c61a5822188f5dc8778921063b3b1e743f3862f /httemplate/view/cust_main.cgi
parent76161f1a2ae0f96470bed4089b00eff5abb16cff (diff)
this css did weird things under IE
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi6
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 8f39f80bf..31fd1f811 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -16,12 +16,6 @@ foreach my $part_svc ( qsearch('part_svc',{}) ) {
'Main Menu' => $p,
)) %>
-<STYLE TYPE="text/css">
-.package TH { font-size: medium }
-.package TR { font-size: smaller }
-.package .provision { font-weight: bold }
-</STYLE>
-
<%
die "No customer specified (bad URL)!" unless $cgi->keywords;