summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 11:52:06 +0100
committerYorhel <git@yorhel.nl>2008-12-13 11:52:06 +0100
commit2325a122c9e97ba8499b4d719028664a0fb91dc1 (patch)
treec8a58b89cac11d0e885b34eebd3666d4be8d3f53 /lib/VNDB/Util/CommonHTML.pm
parent500e45f97576536c1f8b3d532a38903dcc9fab70 (diff)
Removed padding between rev. columns for the history browser in IE7
The specified width of the columns is still completely ignored in IE7, but that's not as much a problem as it was with /t. At least the rev. column looks nice now. '*width: auto' hack from http://www.webdevout.net/css-hacks#unrecommended-asterisk_prefix
Diffstat (limited to 'lib/VNDB/Util/CommonHTML.pm')
-rw-r--r--lib/VNDB/Util/CommonHTML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Util/CommonHTML.pm b/lib/VNDB/Util/CommonHTML.pm
index c152439f..81cc5234 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -472,8 +472,8 @@ sub htmlHistory {
td class => 'tc1_2';
a href => $revurl, ".$i->{rev}";
end;
- td class => 'tc1_3', date $i->{added};
- td class => 'tc1_4';
+ td class => 'tc2', date $i->{added};
+ td class => 'tc3';
lit userstr($i);
end;
td;