Index: /trunk/admin/xcache.css
===================================================================
--- /trunk/admin/xcache.css	(revision 144)
+++ /trunk/admin/xcache.css	(revision 145)
@@ -1,9 +1,10 @@
-input, table { font-family: monospace; font-size: 11px; }
-table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; }
+input, table { font-family: sans-serif; font-size: 11px; }
+table { border-collapse: collapse; }
+table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; }
 table.cycles .col1 { background-color: #f5f5f5; }
 table.cycles .col2 { background-color: #e0e0e0; }
-table.cycles th, table.cycles td { border-top: 1px solid white; border-left: 1px solid white; }
-table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }
-th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }
+table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; }
+table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }
+th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; }
 .button { }
 span.sortarrow { color: white; text-decoration: none; }
Index: /trunk/coverager/coverager.css
===================================================================
--- /trunk/coverager/coverager.css	(revision 144)
+++ /trunk/coverager/coverager.css	(revision 145)
@@ -1,9 +1,11 @@
-h1 { text-align: center; }
-input, table { font-family: monospace; font-size: 11px; }
-table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; }
+h1 { text-align: center; display: block; }
+input, table { font-family: sans-serif; font-size: 11px; }
+table { border-collapse: collapse; }
+table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; }
 table.cycles .col1 { background-color: #f5f5f5; }
 table.cycles .col2 { background-color: #e0e0e0; }
-table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 18px; font-family: serif; }
-th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }
+table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; }
+table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }
+th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; }
 
 .coverFile {
Index: /trunk/coverager/coverager.tpl.php
===================================================================
--- /trunk/coverager/coverager.tpl.php	(revision 144)
+++ /trunk/coverager/coverager.tpl.php	(revision 145)
@@ -57,5 +57,5 @@
 	$l_tds = _T("TODO");
 	return <<<EOS
-	<table align="center" cellpadding="2" cellspacing="1" border="0" class="cycles">
+	<table align="center" 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>
@@ -118,5 +118,5 @@
 	return <<<EOS
 	<br>
-	<table align="center" cellpadding="2" cellspacing="1" border="0" class="cycles">
+	<table align="center" 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>
