diff --git a/Repositories/Misc/cgi/users/home_local b/Repositories/Misc/cgi/users/home_local index cca22c4..2d50bcf 100755 --- a/Repositories/Misc/cgi/users/home_local +++ b/Repositories/Misc/cgi/users/home_local @@ -382,7 +382,8 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%" ); + width=>"100%", + class=>"compact" ); my $e; my $cnt = 0; my $row = 0; @@ -464,7 +465,8 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%" ); + width=>"100%", + class=>"compact" ); $html->appendChild( $table ); my $row = 0; foreach my $e (@eprints) @@ -519,7 +521,8 @@ cellpadding=>3, cellspacing=>0, border=>0, - width=>"100%" ); + width=>"100%", + class=>"compact" ); $html->appendChild( $table ); my $e; my $cnt = 0;