Index: trunk/htdocs/coverager/coverager.tpl.php
===================================================================
--- trunk/htdocs/coverager/coverager.tpl.php	(revision 1053)
+++ trunk/htdocs/coverager/coverager.tpl.php	(revision 1068)
@@ -41,6 +41,5 @@
 	$l_tds = _("TODO");
 	return <<<EOS
-<div class="table-center">
-	<table cellpadding="2" cellspacing="0" border="0" class="cycles center">
+<table cellpadding="2" cellspacing="0" border="0" class="cycles">
 	<tr>
 		<th>{$l_dir}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th><th>{$l_tds}</th>
@@ -90,6 +89,5 @@
 {
 	return <<<EOS
-	</table>
-</div>
+</table>
 EOS;
 }
@@ -104,6 +102,5 @@
 	$l_lns = _("Lines");
 	return <<<EOS
-<div class="center-table">
-	<table cellpadding="2" cellspacing="0" border="0" class="cycles center">
+<table cellpadding="2" cellspacing="0" border="0" class="cycles">
 	<tr>
 		<th>{$l_fil}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th>
@@ -148,6 +145,5 @@
 {
 	return <<<EOS
-    </table>
-</div>
+</table>
 EOS;
 }
