--- trunk/irc-logger.pl 2006/05/20 10:30:45 26 +++ trunk/irc-logger.pl 2006/05/22 16:19:00 27 @@ -487,7 +487,7 @@ my $style = <<'_END_OF_STYLE_'; p { margin: 0; padding: 0.1em; } .time, .channel { color: #808080; font-size: 60%; } -.date { float: right; background: #404040; color: #e0e0e0; font-size: 120%; padding: 0.5em; border-top: 1px dashed #e0e0e0; } +.date { float: right; clear: right; background: #e0e0e0; color: #404040; font-size: 120%; padding: 0.25em; border: 1px dashed #808080; } .nick { color: #000000; font-size: 80%; padding: 2px; font-family: courier, courier new, monospace ; } .message { color: #000000; font-size: 100%; } .search { float: right; } @@ -532,7 +532,7 @@ limit => $q->param('last') || 100, search => $q->param('search') || $q->param('grep') || undef, fmt => { - date => '
%s
', + date => '
%s
', time => '%s ', time_channel => '%s %s ', nick => '%s: ',