summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-08 16:31:13 +0200
committerYorhel <git@yorhel.nl>2011-04-08 16:31:13 +0200
commit26139f766b91f8f54654e7beb72f49c8d2eb715e (patch)
tree1de2972084a2fd4cb670c8f5f00b22c65ca3654b
parent61707a2dcf70262085df62727fa50fffd308e25e (diff)
Bugfix: Properly position the sub-tabs on VN page without tags
-rw-r--r--ChangeLog1
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6d8f4fd..9186e339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
- Bugfix: Prevent the spiol dd to hide the del link on char<->trait form
- Bugfix: Hide pointless groups and commas on spoiler-hidden trait display
- Bugfix: Properly format future dates on my vn list
+ - Bugfix: Properly position the sub-tabs on VN page without tags
2.19 - 2011-03-30
- Character database:
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 8fa6d095..37efb04a 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -153,7 +153,7 @@ sub page {
end 'table';
end 'div';
- clearfloat;
+ div class => 'clearfloat', style => 'height: 5px', ''; # otherwise the tabs below aren't positioned correctly
# tags
my $t = $self->dbTagStats(vid => $v->{id}, sort => 'rating', reverse => 1, minrating => 0, results => 999);