summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-28 11:43:33 +0100
committerYorhel <git@yorhel.nl>2009-03-28 11:43:33 +0100
commit6fcc794b5a5c3a671dfc89aa343f553c2b034501 (patch)
tree90e9d549fd6383fb7281e0fa5cfe170fb677e949
parentb153819bdb92d6b233de12b9063cfa6a6ced7952 (diff)
Improved tag description style
This reads a little better
-rw-r--r--lib/VNDB/Handler/Tags.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index c5de0c44..f9f5fdd0 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -100,7 +100,7 @@ sub tagpage {
end;
if($t->{description}) {
- p class => 'center';
+ p class => 'description';
lit bb2html $t->{description};
end;
}