summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 11:08:41 +0100
committerYorhel <git@yorhel.nl>2008-12-13 11:08:41 +0100
commit84cb0d328d83008343c92d51f24239c69b6d5914 (patch)
tree52eadcd5420ee48c2675063ffa53984403625cdf /lib/VNDB/Handler/Producers.pm
parenta416eb118824fd4aea5e5acf06e81a8c36f7f0c8 (diff)
FF2 style fixes
Three-box-layout didn't work very well together with the screenshots on the homepage and the CSS icon hack needed a &nbsp; to get rid of a strange top margin. With this, the following browsers should render all pages correctly: FF2, FF3 and the latest Opera, Safari and Chrome
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index d28a4746..0efd2f47 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -192,7 +192,7 @@ sub list {
ul;
for ($perlist*$c..($perlist*($c+1))-1) {
li;
- acronym class => 'icons lang '.$list->[$_]{lang}, title => $self->{languages}{$list->[$_]{lang}}, ' ';
+ cssicon 'lang '.$list->[$_]{lang}, $self->{languages}{$list->[$_]{lang}};
a href => "/p$list->[$_]{id}", $list->[$_]{name};
end;
}