X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/23b5f682cff553f97e80951ed12f4097bfed4c8f..821e607e7760124765b4a5b00687990153d001ba:/sc.plp diff --git a/sc.plp b/sc.plp index 8251f75..7207117 100644 --- a/sc.plp +++ b/sc.plp @@ -52,10 +52,6 @@ Unit properties as seen or measured in Brood War margin: 0; text-align: center; } - .units th.cat { - font-size: 70%; - text-transform: uppercase; - } .units thead th, .units tfoot th { font-size: 70%; font-weight: normal; @@ -240,7 +236,7 @@ sub showrange { } my $units = do 'sc-units.inc.pl'; - die "Cannot open unit data: $_\n" for $! || $@ || (); + die "Cannot open unit data: $_\n" for $@ || $! || (); my $grouped = !exists $get{order}; if (exists $get{order}) { $get{order} ||= '';